Skip to content

Latest commit

 

History

History

README.md

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()