Skip to content

Lite Alert History: Value column shows raw float instead of a formatted value #1134

@erikdarlingdata

Description

@erikdarlingdata

Summary

In Lite → Alert History, the Value column renders the raw metric value as a full-precision float instead of a human-readable, unit-aware value.

Observed (v3.0.0)

For a Volume Free Space alert on SQL2019, the grid shows:

Column Shown
Value 0.9746057751382348
Threshold 10

So the Value is the unrounded free-space percentage while Threshold already displays cleanly as 10.

Expected

The Value should be rounded/formatted to match the metric's unit, e.g. 1.0% (or 0.97%) for a percentage metric — consistent with the already-clean Threshold column.

Notes

  • Cosmetic / low priority — purely a display formatting issue; the underlying alert logic and dismiss/badge behavior are correct.
  • Parity check: observed in Lite. The Dashboard Alert History Value column should be checked for the same issue and fixed alongside if present (avoid drifting one app).
  • A metric-aware formatter is ideal (percent vs. GB vs. count vary by metric_name); at minimum, round to 1–2 decimals.

Filed as post-v3.0.0 polish.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions