@s3pweb/node-otlp-tracer
v1.0.1
Published
A open telemetry tracer for node JS
Downloads
127
Readme
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