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
Section titled “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});