Replies: 1 comment 2 replies
-
Hi @davhdavh, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As it is now
The first usage of Add for every unique tag combination is "ignored".
The problem is that promql's
increase
function only reports on INCREASES, and thus the very first reported data-point is also the "base value".How do I force metrics to start from 0?
Is there a secret setting in dotnet, or in the counter or in otel collector or prometheus or grafana for this problem?
Or metrics only works if you know in advance what your dimension values are?
EDIT:
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#resets-and-gaps
has a tiny section that says:
So how to get it to emit this properly?
Beta Was this translation helpful? Give feedback.
All reactions