ricoberger / jaeger-exporter

Create Prometheus metrics for the Jaeger Service Performance Monitoring
MIT License
0 stars 1 forks source link

Adjust Metric Names #26

Closed ricoberger closed 7 months ago

ricoberger commented 7 months ago

The latency metric was renamed to duration_milliseconds_bucket in Jaeger, so that we also have to rename them, so we can use the metrics within Jaeger.

To use the metrics the --prometheus.query.normalize-calls and --prometheus.query.normalize-duration flags must be set in Jaeger.