-
Notifications
You must be signed in to change notification settings - Fork 456
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
[AWS Fargate] Remove sum of counters in dashboard #6997
Conversation
Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
🌐 Coverage report
|
The change looks good to me. Could you update the screenshot in https://github.com/elastic/integrations/tree/main/packages/aws/img for fargate with the new visualizations? |
The screenshot has the new visualization @kaiyan-sheng The result is the same as the old visualization :) |
Perfect! Thanks! |
Package awsfargate - 0.2.5 containing this change is available at https://epr.elastic.co/search?package=awsfargate |
What does this PR do?
Update DiskIO Write and Read visualizations to use
last_value
instead ofaverage
.This is necessary because
awsfargate.task_stats.diskio.read.bytes
andawsfargate.task_stats.diskio.write.bytes
, the metrics used for these visualizations, are counters. This means that the only 2 aggregations supported for them aremax
andlast_value
.Checklist
changelog.yml
file.Related issues
Relates to #6732.
Screenshots
Current visualizations with this change: