timfanda35 / traefik-observability

A sample for monitoring traefik with prometheus and grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traefik Observability

A sample for monitoring traefik with prometheus and grafana

Requirements:

  • docker engine
  • docker compose v2

Start containers

make up

If you don't use docker compose v2, you can run

docker-compose up -d

Generate traffic to service

watch curl -s localhost

Traefik dashboard

http://localhost:8080

Prometheus

http://localhost:9090

Grafana

http://localhost:3000

username: admin password: foobar

Provisioned Dashboards:

Stop containers

make down

If you don't use docker compose v2, you can run

docker-compose down

About

A sample for monitoring traefik with prometheus and grafana

License:MIT License


Languages

Language:Makefile 100.0%