Skip to content

[O11y][AWS] Fix Incorrect fields in AWS Metrics Overview dashboard - #6353

Merged
rajvi-patel-22 merged 3 commits into
elastic:mainfrom
rajvi-patel-22:fix-aws-metric-dashboard-fields
May 31, 2023
Merged

rajvi-patel-22 merged 3 commits into
elastic:mainfrom
rajvi-patel-22:fix-aws-metric-dashboard-fields

Conversation

@rajvi-patel-22

@rajvi-patel-22 rajvi-patel-22 commented May 29, 2023 •

Copy link
Copy Markdown
Contributor
  • Bug

What does this PR do?

Update AWS Metric visualizations with correct field names.

Old Field New Field
aws.ec2.cpu.total.pct host.cpu.usage
aws.elb.metrics.Latency aws.elb.metrics.Latency.avg
aws.elb.metrics.UnHealthyHostCount aws.elb.metrics.UnHealthyHostCount.max
aws.lambda.metrics.Invocations aws.lambda.metrics.Invocations.avg
aws.ecs.metrics.CPUUtilization aws.ecs.metrics.CPUUtilization.avg
aws.ecs.metrics.CPUReservation aws.ecs.metrics.CPUReservation.avg

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.

Related issues

Screenshots

@rajvi-patel-22
rajvi-patel-22 requested review from a team as code owners May 29, 2023 03:14
@elasticmachine

elasticmachine commented May 29, 2023 •

Copy link
Copy Markdown

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-05-29T03:14:57.804+0000

  • Duration: 57 min 10 sec

Test stats 🧪

Test Results
Failed 0
Passed 188
Skipped 4
Total 192

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@elasticmachine

Copy link
Copy Markdown

🌐 Coverage report

Name Metrics % (covered/total) Diff
Packages 100.0% (15/15) 💚
Files 93.75% (15/16) 👎 -4.992
Classes 93.75% (15/16) 👎 -4.992
Methods 86.131% (236/274) 👎 -8.266
Lines 85.925% (7387/8597) 👎 -7.684
Conditionals 100.0% (0/0) 💚

@rajvi-patel-22 rajvi-patel-22 self-assigned this May 29, 2023

@harnish-crest-data harnish-crest-data left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@milan-elastic milan-elastic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@elasticmachine

Copy link
Copy Markdown