You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized that metrics should not be precomputed, i.e. totaled, averaged etc.
This is an intrinsic function of e.g. Prometheus using PromQL.
This partly explains why I've been unable to resolve the labels with the Count metrics and have resorted to empty-string labels. These should be calculated after-the-fact, e.g. count(some_metric{...})
The text was updated successfully, but these errors were encountered:
I realized that metrics should not be precomputed, i.e. totaled, averaged etc.
This is an intrinsic function of e.g. Prometheus using PromQL.
This partly explains why I've been unable to resolve the labels with the
Count
metrics and have resorted to empty-string labels. These should be calculated after-the-fact, e.g.count(some_metric{...})
The text was updated successfully, but these errors were encountered: