Oven logo

Oven

Published

OpenTelemetry Qdrant instrumentation

pip install opentelemetry-instrumentation-qdrant

Package Downloads

Weekly DownloadsMonthly Downloads

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