Skip to content

Latest commit

 

History

History

README.md

OpenTelemetry Chroma Instrumentation

This library allows tracing client-side calls to Chroma vector DB sent with the official Chroma library.

Installation

pip install opentelemetry-instrumentation-chromadb

Example usage

from opentelemetry.instrumentation.chromadb import ChromaInstrumentor

ChromaInstrumentor().instrument()