Skip to content
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

[BUG] Detector heartbeat on ECS Cluster #407

Open
gbloquel opened this issue Apr 28, 2022 · 1 comment
Open

[BUG] Detector heartbeat on ECS Cluster #407

gbloquel opened this issue Apr 28, 2022 · 1 comment
Labels
bug Something isn't working detectors About nex or existing detectors

Comments

@gbloquel
Copy link
Contributor

What is the module?
integration_aws-ecs-cluster

What is the detector?
heartbeat

Describe the bug
The heartbeat detector uses the metrics CPUReservation
In the AWS documentation we can see that this metrics is only available for ECS cluster with EC2 instances.
In my case I use AWS Fargate with ECS and not with EC2 instances.

To Reproduce
Steps to reproduce the behavior:

  1. Instanciate a cluster ECS with Fargate
  2. Use this detector
  3. We can see no datas in heartbeat detectors

Expected behavior
To have datas on this detector.

@gbloquel gbloquel added bug Something isn't working detectors About nex or existing detectors labels Apr 28, 2022
@gbloquel
Copy link
Contributor Author

Maybe the problem is documentary and explain that all detectors are only usable on ECS Cluster with EC2 instances.

The others detectors cpu_utilization and memory_utilization retrieves no datas.
The AWS documentation explains that memory and CPU utilization metrics are only used for tasks using the EC2 launch type when metrics that are filtered by ClusterName without ServiceName

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working detectors About nex or existing detectors
Projects
None yet
Development

No branches or pull requests

1 participant