1.0.1 • Published 4 years ago
telemetry-tests v1.0.1
Set up the telemetry backend.
docker-compose up -dInstall the example dependencies
npm installRun the example
TELEMETRY_TRACING_ENABLED=true TELEMETRY_METRICS_ENABLED=true npm startmake a request to the server
http://localhost:8080go into zipkin to see the traces
http://localhost:9411/zipkin/go the prometheus to see the metrics
http://localhost:9090/optionally go to grafana to see the the traces and make graphs of metrics
http://localhost:30001.0.1
4 years ago