Sign inSign up

tkgregory/prometheus-ecs-discovery

By tkgregory

Updated over 6 years ago

Application which discovers ECS containers and creates a configuration for Prometheus.

Image
2

5M+

tkgregory/prometheus-ecs-discovery repository overview

Builds a Docker image for the prometheus-ecs-discovery application from a Dockerfile in https://github.com/teralytics/prometheus-ecs-discovery.

This project exists only because the prometheus-ecs-discovery GitHub repository hasn't been setup to automatically build it's Dockerfile into DockerHub automatically.

Running

Simply run with:

docker run tkgregory/prometheus-ecs-discovery

However, you may want to also configure:

  • the AWS_REGION environment variable
  • AWS credentials which you can do by mounting an AWS configuration directory into /root/.aws

docker run -v <aws-config-location>/.aws:/root/.aws -e AWS_REGION=<region> tkgregory/prometheus-ecs-discovery

This way the application can connect to your AWS account.

Tag summary

Content type

Image

Digest

Size

7.1 MB

Last updated

over 6 years ago

docker pull tkgregory/prometheus-ecs-discovery