-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CAP-2761 Add recommended ecs_fargate monitors #21015
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
Conversation
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
8 similar comments
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
Review from steveny91 is dismissed. Related teams and files:
- agent-integrations
- ecs_fargate/assets/monitors/ecs_fargate_cpu_usage.json
- ecs_fargate/assets/monitors/ecs_fargate_ephemeral_storage.json
- ecs_fargate/assets/monitors/ecs_fargate_mem_usage.json
- ecs_fargate/assets/monitors/ecs_fargate_net_rcvd.json
- ecs_fargate/assets/monitors/ecs_fargate_net_sent.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- We discussed this on slack but over time, we want to drive customers to the ECS Page, as soon as the slack message comes through in whatever #ops channel they may have. Here is a monitor example that does well with deep links and has shown more drive to the Serverless page.
- When looking at metrics most used in monitors I noticed that ecs.fargate.mem.hierarchical_memory_limit is used quite a bit by some customers. Is there any reason customers would use that?
Review from sblumenthal is dismissed. Related teams and files:
- container-integrations
- ecs_fargate/assets/monitors/ecs_fargate_cpu_usage.json
- ecs_fargate/assets/monitors/ecs_fargate_ephemeral_storage.json
- ecs_fargate/assets/monitors/ecs_fargate_mem_usage.json
- ecs_fargate/assets/monitors/ecs_fargate_net_rcvd.json
- ecs_fargate/assets/monitors/ecs_fargate_net_sent.json
|
* Add ecs_fargate monitors * address validation issues * shorten monitor description * Link back to ecs explorer 8d1b2a5
What does this PR do?
Add recommended ECS Fargate monitors
Motivation
CAP-2761 - part of OKR to improve the overall ECS alerting and troubleshooting experience in Datadog.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged