@traceloop/node-server-sdk
v0.11.3
Published
Traceloop Software Development Kit (SDK) for Node.js
Downloads
13,134
Readme
OpenLLMetry SDK for Node.js
OpenLLMetry-JS is a set of extensions built on top of OpenTelemetry that gives you complete observability over your LLM application. Because it uses OpenTelemetry under the hood, it can be connected to your existing observability solutions - Datadog, Honeycomb, and others.
🚀 Getting Started
The easiest way to get started is to use our SDK. For a complete guide, go to our docs.
Install the SDK:
npm install --save @traceloop/node-server-sdk
Then, to start instrumenting your code, just add these 2 lines to your code:
import * as traceloop from "@traceloop/node-server-sdk";
traceloop.initialize();
Make sure to import
the SDK before importing any LLM module.
Useful links
- For more information on OpenTelemetry, visit: https://opentelemetry.io/
- For more about OpenTelemetry JavaScript: https://github.com/open-telemetry/opentelemetry-js
- For help or feedback on this project, join us on Slack
License
Apache 2.0 - See LICENSE for more information.