OpenLLMetry: Open-Source Observability for LLM Applications with OpenTelemetry

This repository profile is provided by osrepos.com, an open source repository discovery platform.

OpenLLMetry: Open-Source Observability for LLM Applications with OpenTelemetry

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

Analyzed by OSRepos on October 20, 2025

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

Related repositories

Similar repositories that may be relevant next.

OpenMontage: The First Open-Source, Agentic Video Production System

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.

agentic-aivideo-productionopen-source
MarkLLM: An Open-Source Toolkit for LLM Watermarking

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.

large-language-modelsllmsafety
Agent-Reach: Empower Your AI Agents with Internet Access, Zero API Fees

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.

ai-agentagent-infrastructureai-search
REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising

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.

video-enhancementaiupscaling

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️