Hello everyone,
- What Grafana version and what operating system are you using?
Grafana v10.4.1
- What are you trying to achieve?
I’m working on a Grafana panel and alert that uses the AWS/SQS Metrics via the CloudWatch datasource. I’m encountering an issue where the data is sometimes missing when the queue goes inactive. I’m using an expression where one value uses a min of a metric and with the missing data I always get the new value as max and min (because there is no other data before this). How can I ensure that no data is transformed to 0 for all missing datapoints?
- How are you trying to achieve it?
I tried different things like transform data, but I did not find any way to achieve the result i want.
I think I’m looking for something like MySQLs __timeGroup
macro, but for AWS Cloudwatch Metrics.
Your help would be much appreciated.
Regards,
Deno