-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add aws overview dashboard #12175
Add aws overview dashboard #12175
Conversation
For some reason, I can no longer import the dashboard json file after I created #12157. So this PR is to replace it. |
I think I mentioned my question to @exekias @sayden before but I think I should post it here: ECS CPU Available = ECS CPUReservation - ECS CPUUtilization For example, for one of the cluster I can see, CPUReservation = 0.781(percent) and CPUUtilization = 0.376(percent) from AWS Cloudwatch: |
@kaiyan-sheng and me talked shortly about the naming and I also think that the naming and grouping Kaiyan is proposing is perfect |
@sayden @exekias I think this one is ready to get in. This suppose to be an example to show users how or what they can do with cloudwatch metricset. It's not suppose to be something user will 100% use for overview with their use case. So my thought is, if no error loading the dashboard, then we can merge it 😬 What do you guys think? |
SGTM, as we advance with modules this dashboard could keep evolving to become more of an inventory view linking to detailed dashboards per module |
Sounds good to me. I just tested this again and should load just fine. |
With cloudwatch metricset merged, we can collect a lot of useful metrics from cloudwatch from different namespaces. Here is an example aws overview dashboard which includes metrics from EC2, SQS, S3, ECS, ELB and Lambda:
closes: #11007