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