OpenLLMetry: Open-Source Observability for LLM Applications with OpenTelemetry
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
OpenLLMetry provides open-source observability for Generative AI (GenAI) and Large Language Model (LLM) applications, built upon the OpenTelemetry standard. It offers comprehensive tracing and monitoring capabilities, allowing seamless integration with existing observability solutions like Datadog, Honeycomb, and Grafana. This project simplifies the process of gaining insights into your LLM-powered systems.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
OpenLLMetry, an open-source project by Traceloop, provides comprehensive observability for your Generative AI (GenAI) and Large Language Model (LLM) applications. Built on top of the OpenTelemetry standard, it enables developers to gain deep insights into their LLM-powered systems, ensuring performance, reliability, and efficient debugging. Written in Python, OpenLLMetry seamlessly integrates with your existing observability stack, offering a unified view of your application's behavior.
Installation
Getting started with OpenLLMetry is straightforward, especially using the Traceloop SDK.
First, install the SDK via pip:
pip install traceloop-sdk
Examples
Once installed, you can begin instrumenting your code with just a few lines. Add the following to your Python application:
from traceloop.sdk import Traceloop
Traceloop.init()
For local development, you might want to disable batch sending to see traces immediately:
from traceloop.sdk import Traceloop
Traceloop.init(disable_batch=True)
OpenLLMetry automatically instruments calls to popular LLM providers, vector databases, and AI frameworks, providing detailed traces and metrics without extensive manual configuration.
Why Use OpenLLMetry?
OpenLLMetry stands out by offering a robust, open-source solution for LLM observability. Its foundation in OpenTelemetry ensures vendor-neutral data collection, allowing you to connect to a wide array of observability backends. This includes popular platforms like Datadog, Honeycomb, Grafana, New Relic, and many others, enabling you to leverage your existing tools.
The project provides extensive instrumentation for:
- LLM Providers: OpenAI, Anthropic, Cohere, Mistral AI, HuggingFace, AWS Bedrock, Google Generative AI, and more.
- Vector Databases: Chroma, Pinecone, Qdrant, Weaviate, Milvus, etc.
- AI Frameworks: LangChain, LlamaIndex, Haystack, LiteLLM, CrewAI, and others.
By using OpenLLMetry, you gain critical visibility into the performance, latency, and token usage of your LLM interactions, facilitating better decision-making and optimization of your GenAI applications. The active community and clear documentation further support developers in implementing and extending their observability capabilities.
Links
- GitHub Repository: https://github.com/traceloop/openllmetry
- Official Website: https://www.traceloop.com/openllmetry
- Documentation: https://traceloop.com/docs/openllmetry/introduction
- Slack Community: https://traceloop.com/slack
Related repositories
Similar repositories that may be relevant next.

karpathy-llm-wiki: Build a Karpathy-Style LLM Knowledge Base
September 9, 2026
karpathy-llm-wiki is an Agent Skills-compatible tool that implements Karpathy's LLM Wiki idea, allowing users to build a durable knowledge base. It enables LLMs to maintain structured wiki pages by ingesting sources, compiling knowledge, and answering questions with citations. This project offers a robust alternative to traditional RAG for compounding knowledge over time.

CQ: An Open Standard for Shared Agent Learning by Mozilla.ai
September 5, 2026
CQ is an open standard designed to prevent AI agents from repeatedly making the same mistakes by enabling them to persist, share, and query collective knowledge. It facilitates a structured exchange of ideas, allowing agents to learn from each other's experiences and accelerate development. This system helps agents avoid redundant debugging and discover solutions more efficiently.

Otari: Self-Hosted OpenAI-Compatible LLM Gateway for 40+ Providers
September 4, 2026
Otari, from Mozilla AI, is an open-source, self-hosted LLM gateway. It provides a single OpenAI-compatible endpoint to connect with over 40 model providers, offering features like virtual keys, budget enforcement, and usage tracking. This solution empowers users to manage their AI stack with greater control and flexibility.

Agent Factory: Generate AI Agents with Natural Language Descriptions
September 3, 2026
Agent Factory, developed by Mozilla-AI, is a powerful tool designed to generate AI agents and workflows. It allows users to describe tasks in natural language, which it then transforms into executable Python code for agentic workflows. Leveraging the Model Context Protocol (MCP) and the any-agent library, it simplifies the creation of complex AI solutions.
Source repository
Open the original repository on GitHub.
22 counted GitHub visits