Oven logo

Oven

Published

OpenTelemetry Pinecone instrumentation

pip install opentelemetry-instrumentation-pinecone

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

<4,>=3.9

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