Logo
Integration

OpenLLMetry

Learn how to integrate LlamaIndex.TS with OpenLLMetry.

OpenLLMetry is an open-source project based on OpenTelemetry for tracing and monitoring LLM applications. It connects to all major observability platforms and installs in minutes.

Usage Pattern

npm i @traceloop/node-server-sdk
import * as traceloop from "@traceloop/node-server-sdk";
 
traceloop.initialize({
  apiKey: process.env.TRACELOOP_API_KEY,
  disableBatch: true
});

On this page