Telemetry units for duration metrics fixed
A few telemetry metric names incorrectly had nanoseconds_total in their name when they are actually seconds
The following internal histogram metrics, accessible via the internal_metrics source were incorrectly suffixed with
nanoseconds_total to indicate their unit as nanoseconds when they were in-fact representing seconds:
request_duration_nanosecondscollect_duration_nanoseconds
These have been renamed to:
request_duration_secondscollect_duration_seconds
Upgrade Guide
If you were consuming these metrics, you will need to update any dashboards or queries to use their new name.