mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
17 lines
308 B
YAML
17 lines
308 B
YAML
global:
|
|
scrape_interval: 15s
|
|
external_labels:
|
|
monitor: 'codelab-monitor'
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: 'graphite'
|
|
honor_labels: true
|
|
static_configs:
|
|
- targets:
|
|
- graphite:9108
|