Published
OpenTelemetry Qdrant instrumentation
pip install opentelemetry-instrumentation-qdrant
Package Downloads
Authors
Project URLs
Requires Python
<4,>=3.9
OpenTelemetry Qdrant Instrumentation
This library allows tracing client-side calls to Qdrant vector DB sent with the official Qdrant client library.
Installation
pip install opentelemetry-instrumentation-qdrant
Example usage
from opentelemetry.instrumentation.qdrant import QdrantInstrumentor
QdrantInstrumentor().instrument()