Openllmetry
FreeOpen-source observability for your LLM application, based on OpenTelemetry 
About Openllmetry
OpenLLMetry is an open-source observability tool for GenAI and LLM applications, built on top of OpenTelemetry. It provides complete tracing and monitoring by instrumenting LLM providers (OpenAI, Anthropic, Cohere, etc.), vector databases (Chroma, Pinecone, Qdrant, Weaviate, etc.), and frameworks (LangChain, LlamaIndex, Haystack, etc.) as well as standard OpenTelemetry data sources. It uses OpenTelemetry under the hood, allowing it to connect to existing observability stacks such as Datadog, New Relic, Honeycomb, and many others. The project is maintained by Traceloop under the Apache 2.0 license. Getting started is simple: install the Python SDK with 'pip install traceloop-sdk' and initialize with 'Traceloop.init()'.
Key Features
Pros & Cons
- Leverages the OpenTelemetry standard, avoiding vendor lock-in
- Broad coverage of LLM providers, vector databases, and frameworks
- Easy to get started with minimal code changes
- Supports many popular observability backends
- Actively maintained and open source
- Python-only SDK (no native JS/TS version, though a separate JS version exists)
- Requires manual setup for non-default destinations
- Limited to observability; does not provide evaluation or prompt management features