1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2024-11-24 08:22:19 +02:00
v8-1c-cluster-pde/prometheus/prometheus.yml
2021-12-29 12:31:50 +03:00

28 lines
682 B
YAML

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']
- job_name: 'pushgateway'
scrape_interval: 5s
honor_labels: true
static_configs:
- targets: ['pushgateway:9091']