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.
OpenMontage: The First Open-Source, Agentic Video Production System
June 29, 2026
OpenMontage is the world's first open-source, agentic video production system, designed to transform your AI coding assistant into a full video production studio. It features 12 pipelines, 52 tools, and over 500 agent skills, enabling end-to-end video creation from a simple prompt. This powerful tool handles research, scripting, asset generation, editing, and final composition, including the unique ability to produce real video from stock footage.

MarkLLM: An Open-Source Toolkit for LLM Watermarking
June 23, 2026
MarkLLM is an open-source toolkit designed to simplify the research and application of watermarking technologies for large language models (LLMs). It offers a unified framework for implementing various watermarking algorithms, alongside robust visualization and comprehensive evaluation tools. This toolkit helps researchers and the broader community understand and assess the authenticity and origin of machine-generated text.

Agent-Reach: Empower Your AI Agents with Internet Access, Zero API Fees
June 21, 2026
Agent-Reach is a powerful GitHub repository that equips AI agents with the ability to access and search the entire internet, including platforms like Twitter, Reddit, YouTube, and Bilibili. It provides a streamlined CLI experience, eliminating the need for complex API configurations and associated fees. This project ensures your AI agent can "see" and interact with web content effortlessly.
REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising
June 19, 2026
REAL Video Enhancer is a powerful open-source application designed to enhance video quality across Linux, Windows, and macOS. It leverages AI models for advanced video processing tasks such as frame interpolation, upscaling, decompression, and denoising. This tool provides a modern alternative to older software, making high-quality video enhancement accessible to a wider audience.
Source repository
Open the original repository on GitHub.