What's Changed
* [Feat]: Add Refresh rate interval option in the UI by AmanAgarwal041 in https://github.com/openlit/openlit/pull/396
* [Fix]: Update dashboard for New Relic by patcher9 in https://github.com/openlit/openlit/pull/434
New Contributors
* ShouryaRSharma made their first contribution in https://github.com/openlit/openlit/pull/427
**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.8.0...openlit-1.9.0
py-1.22.5
What's Changed
* [Fix]: Langchain Chat defaults by patcher9 in https://github.com/openlit/openlit/pull/426
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.22.4...py-1.22.5
py-1.22.4
What's Changed
* [Bug]: fixed token value extraction while asynchronous calls by ijkbytes in https://github.com/openlit/openlit/pull/421
New Contributors
* ijkbytes made their first contribution in https://github.com/openlit/openlit/pull/421
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.22.3...py-1.22.4
py-1.22.3
What's Changed
* [Feat]: Add Workflow to check if version is updated by patcher9 in https://github.com/openlit/openlit/pull/418
* [Feat]: Update OpenAI Model Pricing for Observability of cost tracking by patcher9 in https://github.com/openlit/openlit/pull/419
* [Fix]: Failed to instrument azure-ai-inference: No module named 'azure' error when it should be skipped by patcher9 in https://github.com/openlit/openlit/pull/420
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.22.2...py-1.22.3
py-1.22.2
What's Changed
* [Feat]: Update GPT4ALL Media in Docs by patcher9 in https://github.com/openlit/openlit/pull/411
* [Fix]: Add correct defaults when token values are not found by patcher9 in https://github.com/openlit/openlit/pull/417
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.22.1...py-1.22.2
py-1.22.1
What's Changed
* [Feat]: Add OpenTelemetry Instrumentation for monitoring NVIDIA NIM by patcher9 in https://github.com/openlit/openlit/pull/410
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.22.0...py-1.22.1
py-1.22.0
What's Changed
* [Feat]: Add OpenTelemetry Instrumentation for monitoring Azure AI Inference models and GitHub Models by patcher9 in https://github.com/openlit/openlit/pull/408
---
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.21.0...py-1.22.0
py-1.21.0
What's Changed
* [Feat]: Update Pricing for Google AI Studio and fix attributes by patcher9 in https://github.com/openlit/openlit/pull/407
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.20.0...py-1.21.0
py-1.20.0
What's Changed
* [Feat]: Add OpenTelemetry Instrumentation for Google AI Studio by patcher9 in https://github.com/openlit/openlit/pull/401
---
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.19.0...py-1.20.0
ts-1.0.0
What's Changed
* [Feat]: Typescript/Node SDK For LLM Observability with OpenTelemetry by AmanAgarwal041 in https://github.com/openlit/openlit/pull/352
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.19.0...ts-1.0.0
py-1.19.0
What's Changed
* [Feat]: Add OpenTelemetry instrumentation for monitoring OLA Krutrim by patcher9 in https://github.com/openlit/openlit/pull/378
* [Feat]: Add Connection Docs for HyperDX and OneUptime by patcher9 in https://github.com/openlit/openlit/pull/384
* [Feat]: Documentation for LLM Observability with OpenObserve and OpenLIT by patcher9 in https://github.com/openlit/openlit/pull/385
* [Feat]: Add Integration for Guardrails by patcher9 in https://github.com/openlit/openlit/pull/387
* [Feat]: Support for langchain_community.chat_models by patcher9 in https://github.com/openlit/openlit/pull/390
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.18.2...py-1.19.0
py-1.18.2
What's Changed
* [Feat]: Update Opentelemetry instrumentation for Mistral AI to support `mistralai` Python SDK `1.0.0` by patcher9 in https://github.com/openlit/openlit/pull/376
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.18.1...py-1.18.2
py-1.18.1
What's Changed
* [Feat]: Add Testing for OpenLIT UI by patcher9 in https://github.com/openlit/openlit/pull/360
* [Feat]: Add Tracking Costs by using a finetuned model on Ollama Server by patcher9 in https://github.com/openlit/openlit/pull/368
---
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.18.0...py-1.18.1
py-1.18.0
What's Changed
* [Feat]: Seperate GPU Monitoring dashboard by patcher9 in https://github.com/openlit/openlit/pull/357
* build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.6.1 by dependabot in https://github.com/openlit/openlit/pull/348
* [Feat]: Add OpenTelemetry Auto Instrumentation for monitoring vLLM by patcher9 in https://github.com/openlit/openlit/pull/358
* [Feat]: Update Docs for vLLM Integration by patcher9 in https://github.com/openlit/openlit/pull/359
---
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.17.0...py-1.18.0
py-1.17.0
What's Changed
* [Feat]: Add GPU Monitoring SigNoz dashboard by patcher9 in https://github.com/openlit/openlit/pull/353
* [Feat]: Capture LLM Prompts and Responses in Trace Events by patcher9 in https://github.com/openlit/openlit/pull/354
- Prompt is now captured under event name `gen_ai.content.prompt` with Event attribute name as `gen_ai.prompt`
- Completions is now captured under event name `gen_ai.content.completion` with Event attribute name as `gen_ai.completion`
- Make `gen_ai.response.finish_reasons` as string[]
Example
json
"events": [
{
"name": "gen_ai.content.prompt",
"timestamp": "2024-08-01T07:09:15.763840Z",
"attributes": {
"gen_ai.prompt": "user: text: How are you?\n"
}
},
{
"name": "gen_ai.content.completion",
"timestamp": "2024-08-01T07:09:15.763877Z",
"attributes": {
"gen_ai.completion": "I am Amazon Titan, a large language model built by AWS. It is designed to assist you with tasks and answer any questions you may have. How may I help you?"
}
}
],
---
**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.16.2...py-1.17.0