opentelemetry-instrumentation-langchain
OpenTelemetry Langchain instrumentation
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-langchainuv
uv add opentelemetry-instrumentation-langchainpoetry
poetry add opentelemetry-instrumentation-langchainInstalling 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
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-bedrockAdds distributed tracing to AWS Bedrock API…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-haystackAdds distributed tracing to Haystack LLM…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-litellmAdds OpenTelemetry tracing to LiteLLM,…
permissive · top 15,000 on PyPI
opentelemetry-instrumentation-ollamaAdds distributed tracing to Ollama Python…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-transformersAdds distributed tracing to HuggingFace…
permissive · top 5,000 on PyPI
promptflow-tracingCaptures and visualizes the internal execution…
permissive · top 15,000 on PyPI
langfuseLangfuse is a Python SDK for observability,…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-llamaindexAdds distributed tracing to LlamaIndex…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-groqAutomatically captures traces of Groq SDK API…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-watsonxAutomatically captures and traces IBM Watsonx…
permissive · top 5,000 on PyPI