Skip to content

Latest commit

 

History

History

README.md

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