All the instrumentations are provided as standard OpenTelemetry instrumentations so you can use them directly if you’re already using OpenTelemetry.Documentation Index
Fetch the complete documentation index at: https://enrolla-gz-new-docs-for-auto-monitor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install the appropriate packages for the modules you want to use.LLM Foundation Models
Vector DBs
LLM Frameworks
| Framework | PyPi Package Name |
|---|---|
| Haystack | opentelemetry-instrumentation-haystack |
| Langchain | opentelemetry-instrumentation-langchain |
| LlamaIndex | opentelemetry-instrumentation-llamaindex |
Usage
Instantiate the instrumentations you want to use and callinstrument() to register them with OpenTelemetry.
For example, to use the OpenAI instrumentation:
Python

