MetricBand

Flat responsive band for a small set of related signals.

Live

Availability
99.98%
Latency p95
142 ms
Error rate
0.04%
Throughput
18.2k
requests / min

Example

ui.MetricBand(ui.MetricBandConfig{
    Label: "System signals",
    Items: []ui.MetricBandItem{
        {Label: "Availability", Value: "99.98%"},
        {Label: "Latency p95", Value: "142 ms"},
        {Label: "Error rate", Value: "0.04%"},
        {Label: "Throughput", Value: "18.2k", Hint: "requests / min"},
    },
})