You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to send metrics from the ECS cluster (there are 5 services inside it) to Grafana.
I tried everything possible.
Node exporter is not a solution because ECS is on Fargate.
Prometheus released its ecs-exporter, but it only collects data from the service where the ecs-exporter is installed.
But I want to set up another service, let's say ecs-exporter, which will collect data from all the services that are in that cluster, literally to select a service in Grafana for which it will send me metrics.
Cloudwatch is also not a solution because their response is quite slow, which is very bad in terms of monitoring.
Has anyone been able to solve this problem and encountered it?
Thanks in advance to everyone for the answers.
The text was updated successfully, but these errors were encountered:
And installed sidecar containers with ecs-exporter to each service. Looks great, sidecar containers are lightweight a lot and I can see all the metrics I need. I guess that's the only way to do that with Prometheus. I know that's not the solution for you, but at least I gave you another point of view.
Hello,
I want to send metrics from the ECS cluster (there are 5 services inside it) to Grafana.
I tried everything possible.
Node exporter is not a solution because ECS is on Fargate.
Prometheus released its ecs-exporter, but it only collects data from the service where the ecs-exporter is installed.
But I want to set up another service, let's say ecs-exporter, which will collect data from all the services that are in that cluster, literally to select a service in Grafana for which it will send me metrics.
Cloudwatch is also not a solution because their response is quite slow, which is very bad in terms of monitoring.
Has anyone been able to solve this problem and encountered it?
Thanks in advance to everyone for the answers.
The text was updated successfully, but these errors were encountered: