1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/prometheus/data/etc/prometheus.yml

17 lines
308 B
YAML
Raw Normal View History

2021-11-29 03:35:32 +00:00
global:
2021-11-29 07:23:49 +00:00
scrape_interval: 15s
2021-11-29 03:35:32 +00:00
external_labels:
monitor: 'codelab-monitor'
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
2021-11-29 07:23:49 +00:00
- job_name: 'graphite'
honor_labels: true
static_configs:
- targets:
- graphite:9108