Skip to content

A set of docker images such as Prometheus, PushGateway and Grafana to work with application metrics.

Notifications You must be signed in to change notification settings

dhsanchesp/docker-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrics with Prometheus, Grafana and AlertManager

Docker containers for Prometheus, Grafana, and AlertManager.

Installation

Clone this repository, access the folder docker-metrics, and execute docker-compose up with the following parameters (use -d for detached):

ADMIN_USER=admin ADMIN_PASSWORD=admin docker-compose up

Containers:

  • Prometheus http://<host>:9090
  • Prometheus Pushgateway http://<host>:9091
  • AlertManager http://<host>:9093
  • Grafana http://<host>:3000

About

A set of docker images such as Prometheus, PushGateway and Grafana to work with application metrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages