opentelemetry-instrumentation-qdrant
OpenTelemetry Qdrant instrumentation
Rank: #2384Downloads: 2,633,499 (30 days)Stars: 6,872Forks: 889
Description
OpenTelemetry Qdrant Instrumentation
<a href="https://pypi.org/project/opentelemetry-instrumentation-qdrant/"> <img src="https://badge.fury.io/py/opentelemetry-instrumentation-qdrant.svg"> </a>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()