How to enable zero-ingestion feature flag? #10823
Unanswered
metinogurlu
asked this question in
Help and support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wanted to use
otel-created-timestamp-zero-ingestion-enabledfeature flag in a mimir-distributed helm deployment. It is both enabled in config and passed via argument but the generated metric values still start with positive values and counter resets doesn't create a zero value.Expected behavior must be, when counter reset occurs, counter value will be generated as first 0 and than the actual number.
On mimir-prometheus
created-timestamp-zero-ingestionflag also needs to be enabled as far as I understand but couldn't be sure since there's not enough documentation.OTel counter increases exported by Alloy.
Here the running distributor arguments
and the configmap
Beta Was this translation helpful? Give feedback.
All reactions