skillfed

opentelemetry-instrumentation-qdrant

OpenTelemetry Qdrant instrumentation

opentelemetry-instrumentation-qdrant v0.62.3 6.9M downloads/30d#1,823 on PyPI7,377
Permissive license Apache-2.0 Active released

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-qdrant

uv

uv add opentelemetry-instrumentation-qdrant

poetry

poetry add opentelemetry-instrumentation-qdrant

Installing 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

qdrant tracing instrumentationopentelemetry vector databasedistributed tracing qdrantobservability vector searchqdrant client telemetryopentelemetry instrumentationtrace qdrant operations
observabilityvector-databasetracing

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-lancedb

Adds distributed tracing instrumentation for…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-marqo

Adds OpenTelemetry tracing to client-side calls…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-milvus

Adds distributed tracing to Milvus vector…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-weaviate

Adds distributed tracing to Weaviate vector…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-chromadb

Adds distributed tracing to Chroma vector…

permissive · top 5,000 on PyPI

qdrant-client

Python client library for Qdrant vector search…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-pinecone

Adds distributed tracing to Pinecone vector…

permissive · top 5,000 on PyPI

nucliadb-telemetry

Adds distributed tracing to FastAPI, gRPC, and…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-llamaindex

Adds distributed tracing to LlamaIndex…

permissive · top 5,000 on PyPI

aiobotocore-otel

Adds distributed tracing to aiobotocore AWS API…

permissive · top 15,000 on PyPI