prometheus/web/ui/mantine-ui/src/lib
Julien 7ebda924b8 fix(web): properly format sub-millisecond durations in target status page
Previously, scrapes durations that are very short (e.g., connection refused)
could show as empty (durations under 1 millisecond).

This commit ensures that sub-millisecond durations are correctly
displayed as "0ms" or "1ms" when necessary.

- Adjusted `humanizeDuration` to round sub-millisecond durations to the
  nearest millisecond.
- Updated unit tests to verify the correct handling of sub-millisecond
  values.

Signed-off-by: Julien <roidelapluie@o11y.eu>
2024-09-20 12:02:17 +02:00
..
escapeString.ts Clean up file hierarchy a bit, add some more comments 2024-04-09 12:36:53 +02:00
formatFloatValue.ts Add PromQL logic code and labels explorer from PromLens, add testing deps 2024-09-02 13:45:36 +02:00
formatSeries.ts Lots of more progress on the new Mantine UI 2024-03-07 13:16:54 +01:00
formatTime.test.ts fix(web): properly format sub-millisecond durations in target status page 2024-09-20 12:02:17 +02:00
formatTime.ts fix(web): properly format sub-millisecond durations in target status page 2024-09-20 12:02:17 +02:00