-
Notifications
You must be signed in to change notification settings - Fork 327
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]: Duplicated metric data values #746
Comments
I think this is a consequence of the |
You may want to enable |
@matthiasr AFAIK |
Ah, true, then I'm not 100% sure what is going on. |
this will return a single array-shaped result of (timestamp, value) pairs, those are what is really stored in Prometheus. |
Related-to: #746 Signed-off-by: Matthias Rampke <[email protected]>
@matthiasr this is just one raw time series: |
Hmm, then I really don't know where these are coming from. I would expect at least the timestamps of the samples in Grafana Cloud to match the CloudWatch timestamps, but they do not. I'm not familiar with the GC ingestion pipeline; looking at the agent and alloy documentation they do default to What I would try to do is track down where they are getting lost. The first thing to check would be the timestamps in the exporter's |
What did you do
We are scraping custom CloudWatch metrics coming from Artillery.
Configuration snippet:
Metric data shown in CloudWatch UI:
Metric data returned from CloudWatch API:
What did you expect to see?
Prometheus metrics in Grafana matching metrics in CloudWatch.
What did you see instead? Under which circumstances?
First 2 data points matching CloudWatch then the last value repeated for 5-10 minutes.
Metric data in Grafana:
Are you currently working around this issue?
No
Environment
The text was updated successfully, but these errors were encountered: