@traceloop/instrumentation-pinecone
Version:
OpenTelemetry instrumentation for pinecone vector DB
8 lines • 325 B
TypeScript
import { InstrumentationConfig } from "@opentelemetry/instrumentation";
export interface PineconeInstrumentationConfig extends InstrumentationConfig {
/**
* A custom logger to log any exceptions that happen during span creation.
*/
exceptionLogger?: (e: Error) => void;
}
//# sourceMappingURL=types.d.ts.map