Skip to content

How to use Prometheus for web application monitoring

License

Notifications You must be signed in to change notification settings

jorzel/web-app-monitoring

Repository files navigation

system requirements

  • docker
  • docker-compose

build a container image

$ docker build -t web-application-monitoring:v0 .

run prometheus server and web application

$ docker-compose up