Closed dmke closed 3 years ago
To quote #16:
To follow the official Prometheus guidelines, as well as comments from Prometheus developers, we should be using seconds as the unit for all ping_rtt metrics (e.g. ping_rtt_best_seconds instead of ping_rtt_best_ms).
ping_rtt_best_seconds
ping_rtt_best_ms
This adds a flag --metrics.rttunit=s, to allow the user to follow those best practices.
--metrics.rttunit=s
To keep upgrading users from tripping over this change, the default units will remain millis.
Fixes: #16
Nice solution :)
To quote #16:
This adds a flag
--metrics.rttunit=s
, to allow the user to follow those best practices.To keep upgrading users from tripping over this change, the default units will remain millis.
Fixes: #16