-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Extra samples added when Cloudwatch metric stops #1486
Comments
👋 @qcattez, the behavior you are seeing is due to the usage of What's happening is that CloudWatch continues to export resources in |
Hi @kgeckhart 👋 Thanks for helping out ;) I tried setting Do you have another idea ? |
Just commenting to get some help on this 🙏 |
You say you want continuity in your graphs and for that to happen you need consistent sampling or prometheus will mark the value as stale. Nils can be connected through settings if you are using grafana. Continuity cannot be achieved if the sample is dropped which is more important? |
For anyone stumbling upon the same issue, I finally had my cloudwatch metrics without errors. Updated fields in my
A |
Is there an existing issue for this?
YACE version
v0.61.2
Config file
Current Behavior
When configured with a period of
5m
and a matchingscraping-interval
, the last sample of a metric is duplicated byYACE
.Here is the Cloudwatch graph :
And here is the Grafana graph :
Querying the metric with the AWS CLI shows that no extra samples are present (the duplicated value is
143170.0
on the Grafana graph):Note : 1 extra sample is added with a period of
5m
. When the period is1m
, 4 extra samples are generated.Expected Behavior
No extra samples are generated.
Steps To Reproduce
We deploy
YACE
with kustomize :kustomization.yaml
:values.yaml
:To generate the manifests :
kustomize build . --enable-helm
Don't mind the
serviceAccount.create: false
, we create it elsewhere with theIRSA
annotation.Anything else?
Hope someone can see help 🙏
The text was updated successfully, but these errors were encountered: