Add prometheus self-monitoring

This commit is contained in:
Joey Hafner 2022-08-27 23:00:31 -07:00
parent 839ac26133
commit 3096d6063e

View File

@ -25,6 +25,11 @@ scrape_configs:
- targets: ['192.168.1.22:9100']
# scrape applications
- job_name: 'prometheus-self'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
- job_name: 'traefik'
scrape_interval: 5s
static_configs: