Back to Vector

Telemetry units for duration metrics fixed

website/content/en/highlights/2021-06-02-fix-vector-metric-naming.md

0.55.0508 B
Original Source

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_nanoseconds
  • collect_duration_nanoseconds

These have been renamed to:

  • request_duration_seconds
  • collect_duration_seconds

Upgrade Guide

If you were consuming these metrics, you will need to update any dashboards or queries to use their new name.