Skip to content

A open telemetry tracer for node JS

License

Notifications You must be signed in to change notification settings

s3pweb/node-otlp-tracer

Repository files navigation

S3PWeb - NodeJS open telemetry tracer

Install

npm i @s3pweb/node-otlp-tracer

Examples

See the ./examples folder. To run them, you need an OTLP server like Tempo (https://github.com/grafana/tempo).

The included docker-compose.yaml starts a Tempo, a prometheus and a grafana service.

docker compose up