skillfed

opentelemetry-instrumentation-langchain

OpenTelemetry Langchain instrumentation

opentelemetry-instrumentation-langchain v0.62.3 6.6M downloads/30d#1,888 on PyPI7,377
Permissive license Apache-2.0 Active released

What it is and what it does

This package integrates Langchain with OpenTelemetry to automatically trace LLM application execution. When enabled, it captures prompts, completions, and embeddings as attributes on OpenTelemetry spans, giving you visibility into how your Langchain-based application is behaving at runtime.

The instrumentation works by hooking into Langchain's execution flow and emitting span data to your configured OpenTelemetry exporter. By default it logs all content for debugging; you can disable this via the TRACELOOP_TRACE_CONTENT environment variable if you need to reduce trace size or protect sensitive user data. The package depends on the core OpenTelemetry API and instrumentation framework, plus semantic convention libraries for AI workloads.

Use it for:

  • Debug Langchain chains and agents by inspecting prompts and completions in your tracing backend.
  • Monitor LLM application performance and latency across distributed systems using OpenTelemetry exporters.
  • Audit and log all prompts and model outputs for compliance or quality evaluation.
  • Correlate LLM traces with other application traces for end-to-end observability.
  • Reduce trace payload size by disabling content logging in production while keeping structural metrics.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Adds distributed tracing to Langchain LLM applications via OpenTelemetry, capturing prompts, completions, and embeddings as span attributes for visibility and debugging.

Yes, if you are building Langchain applications and already use or plan to use OpenTelemetry for observability. The package is actively maintained, has no known vulnerabilities, and integrates cleanly with the OpenTelemetry ecosystem. Install it only if you have an OpenTelemetry collector or exporter configured to receive the traces; the instrumentation alone produces no output.

Install

opentelemetry-instrumentation-langchain on PyPI

pip

pip install opentelemetry-instrumentation-langchain

uv

uv add opentelemetry-instrumentation-langchain

poetry

poetry add opentelemetry-instrumentation-langchain

Installing opentelemetry-instrumentation-langchain

Before you install

Low install friction with four runtime dependencies all from the OpenTelemetry ecosystem. The package is actively maintained with a recent release and no known vulnerabilities.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions beyond attribution.

Quickstart

pip install opentelemetry-instrumentation-langchain

from opentelemetry.instrumentation.langchain import LangchainInstrumentor

LangchainInstrumentor().instrument()

Requires Python 3.10 or later; requires an OpenTelemetry collector or exporter to be configured separately to actually receive the traces.

Verify before relying

  • Whether the package supports all Langchain versions or has specific version constraints beyond what the fact sheet shows.
  • Performance overhead of instrumentation on large-scale LLM applications.
  • Whether TRACELOOP_TRACE_CONTENT environment variable fully disables all sensitive data logging or only the primary content fields.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (<4,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — opentelemetry-api, opentelemetry-instrumentation, opentelemetry-semantic-conventions-ai, opentelemetry-semantic-conventions
Maintenance actively maintained — 4 days since the last release
Last repo commit
First released
Downloads 6,562,609/month — #1,888 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: opentelemetry_instrumentation_langchain-0.62.3-py3-none-any.whl

Tags

langchain tracing opentelemetryllm application observabilitylangchain instrumentationdistributed tracing for llmlangchain span loggingopentelemetry langchainllm prompt tracing
llm-observabilitydistributed-tracinglangchain

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-bedrock

Adds distributed tracing to AWS Bedrock API…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-haystack

Adds distributed tracing to Haystack LLM…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-litellm

Adds OpenTelemetry tracing to LiteLLM,…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-ollama

Adds distributed tracing to Ollama Python…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-transformers

Adds distributed tracing to HuggingFace…

permissive · top 5,000 on PyPI

promptflow-tracing

Captures and visualizes the internal execution…

permissive · top 15,000 on PyPI

langfuse

Langfuse is a Python SDK for observability,…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-llamaindex

Adds distributed tracing to LlamaIndex…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-groq

Automatically captures traces of Groq SDK API…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-watsonx

Automatically captures and traces IBM Watsonx…

permissive · top 5,000 on PyPI