2021-12-28 22:06:33 +02:00
|
|
|
global:
|
|
|
|
scrape_interval: 15s
|
|
|
|
evaluation_interval: 15s
|
|
|
|
|
|
|
|
# Attach these labels to any time series or alerts when communicating with
|
|
|
|
# external systems (federation, remote storage, Alertmanager).
|
|
|
|
external_labels:
|
|
|
|
monitor: 'docker-host-alpha'
|
|
|
|
|
|
|
|
# A scrape configuration containing exactly one endpoint to scrape.
|
|
|
|
scrape_configs:
|
|
|
|
- job_name: 'pde'
|
|
|
|
scrape_interval: 5s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['pde:9096']
|
|
|
|
|
|
|
|
- job_name: 'prometheus'
|
|
|
|
scrape_interval: 10s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['localhost:9090']
|
|
|
|
|
2021-12-29 11:31:50 +02:00
|
|
|
- job_name: 'pushgateway'
|
|
|
|
scrape_interval: 5s
|
|
|
|
honor_labels: true
|
|
|
|
static_configs:
|
|
|
|
- targets: ['pushgateway:9091']
|
|
|
|
|