MetricBand
Flat responsive band for a small set of related signals.
Live
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"},
},
})