opentelemetry-instrumentation-qdrant
OpenTelemetry Qdrant instrumentation
What it is and what it does
This package is an OpenTelemetry instrumentation plugin that automatically captures distributed traces from the official Qdrant client library. When installed and activated, it intercepts client-side calls to Qdrant and exports trace data (spans) to your configured OpenTelemetry backend, enabling visibility into vector database operations for debugging, performance analysis, and system monitoring.
The package integrates into the OpenTelemetry ecosystem and requires that you have an OpenTelemetry SDK and exporter already configured in your application. It adds no tracing logic itself—it only bridges Qdrant calls into the tracing infrastructure you've already set up. This makes it a lightweight addition to applications that already use OpenTelemetry for observability.
Use it for:
- Debug slow or failing vector search queries by examining trace spans and timing data.
- Monitor Qdrant operations in production to detect performance regressions or bottlenecks.
- Correlate Qdrant database calls with upstream application traces for end-to-end request visibility.
- Collect metrics on vector database usage patterns and operation frequencies across services.
- Troubleshoot integration issues between your application and Qdrant in distributed systems.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds distributed tracing to Qdrant vector database client calls, capturing telemetry data for observability and debugging of vector search operations.
Yes, if you already use OpenTelemetry for observability and need visibility into Qdrant operations. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe addition. Install only if you have an OpenTelemetry SDK and exporter configured; the instrumentation alone produces no output.
Install
opentelemetry-instrumentation-qdrant on PyPI
pip
pip install opentelemetry-instrumentation-qdrantuv
uv add opentelemetry-instrumentation-qdrantpoetry
poetry add opentelemetry-instrumentation-qdrantInstalling opentelemetry-instrumentation-qdrant
Before you install
Low friction install with a small, well-maintained dependency tree. The package is actively maintained with a recent release and depends only on core OpenTelemetry libraries.
License in practice
Apache-2.0 permissive license allows free use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install opentelemetry-instrumentation-qdrant
from opentelemetry.instrumentation.qdrant import QdrantInstrumentor
QdrantInstrumentor().instrument()
Requires Python 3.10 or later; an active OpenTelemetry SDK and exporter must be configured separately to collect and export traces.
Verify before relying
- Whether instrumentation works with all Qdrant client library versions or only specific versions.
- What trace data fields are captured and whether they include vector operation details.
- Whether the package supports async Qdrant client calls.
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,879,902/month — #1,823 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: opentelemetry_instrumentation_qdrant-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-lancedbAdds distributed tracing instrumentation for…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-marqoAdds OpenTelemetry tracing to client-side calls…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-milvusAdds distributed tracing to Milvus vector…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-weaviateAdds distributed tracing to Weaviate vector…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-chromadbAdds distributed tracing to Chroma vector…
permissive · top 5,000 on PyPI
qdrant-clientPython client library for Qdrant vector search…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-pineconeAdds distributed tracing to Pinecone vector…
permissive · top 5,000 on PyPI
nucliadb-telemetryAdds distributed tracing to FastAPI, gRPC, and…
permissive · top 15,000 on PyPI
opentelemetry-instrumentation-llamaindexAdds distributed tracing to LlamaIndex…
permissive · top 5,000 on PyPI
aiobotocore-otelAdds distributed tracing to aiobotocore AWS API…
permissive · top 15,000 on PyPI