Skip to main content
All the instrumentations are provided as standard OpenTelemetry instrumentations so you can use them directly if you’re already using OpenTelemetry.

Installation

Install the appropriate packages for the modules you want to use.

LLM Foundation Models

Vector DBs

LLM Frameworks

Usage

Instantiate the instrumentations you want to use and call instrument() to register them with OpenTelemetry. For example, to use the OpenAI instrumentation:
Python
If you’re setting OpenTelemetry’s TracerProvider manually, make sure to do this before calling instrument().