Open
Description
Often one needs to visualize (e.g. in grafana) certain time series as utilization wrt. the sum of all of them.
E.g. one has metric_[A-F] which are normal counters with the same label set. So sum(increase({name=~"metric_[A-F]",host="myHost"})) would represent the 100% values and increase({name=~"metric_[A-F]",host="myHost"}) the series, which need to be returned, but relative to the 100% value. AFAIK right now there is no way to handle this efficiently (at least in grafana).
Metadata
Metadata
Assignees
Labels
No labels