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