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