Skip to content

Latest commit

 

History

History

README.md

OpenTelemetry Pinecone Instrumentation

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

Installation

pip install opentelemetry-instrumentation-pinecone

Example usage

from opentelemetry.instrumentation.pinecone import PineconeInstrumentor

PineconeInstrumentor().instrument()