Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Monitoring Fargate containers using Prometheus and Grafana #78

Open
arun-gupta opened this issue Mar 11, 2018 · 7 comments
Open

Monitoring Fargate containers using Prometheus and Grafana #78

arun-gupta opened this issue Mar 11, 2018 · 7 comments

Comments

@arun-gupta
Copy link
Contributor

Add content that shows how to monitor Fargate containers using Prometheus and Grafana

Docker + Java + Prometheus experiment is at https://github.com/arun-gupta/docker-javaee#prometheus-style-metrics

@arun-gupta arun-gupta changed the title Monitoring containers using Prometheus and Grafana Monitoring Fargate containers using Prometheus and Grafana Mar 11, 2018
@arun-gupta arun-gupta added this to the Milestone 2 milestone Apr 2, 2018
@arun-gupta arun-gupta modified the milestones: Milestone 2, Milestone 3 Apr 10, 2018
@jclarksnps
Copy link

Is there a way to do this with prometheus?

@kaji-bikash
Copy link

kaji-bikash commented Mar 20, 2019

Fargate is a true low-touch Container-as-a-service in my mind. I am also interested to learn about Fargate monitoring via Prometheus. Is this even achievable?

@Ayukha
Copy link

Ayukha commented Mar 25, 2019

Hi, @arun-gupta @kajisaap I have to monitor Fargate containers, is it possible via Prometheus? Can you suggest me a way to do it?

@hshafy
Copy link

hshafy commented Jun 24, 2019

+1

1 similar comment
@cool-raj
Copy link

+1

@snemetz
Copy link

snemetz commented Apr 15, 2020

You can monitor Fargate container metrics via the metadata endpoint. This requires a monitoring sidecar in the same task to scrape the metrics and send to prometheus. Telegraf can do this.
Still looking if anyone has written code for prometheus to do this directly

@rcollette
Copy link

I have ASP.NET applications that provide a /metrics endpoint, but how would prometheus scrape instance data when it is sitting behind a load balancer and when instances scale in/out. The instances are not directly accessible. Is this a scenario where push must be used?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants