KazV2/dockers/grafana/prometheus/prometheus.yml

27 lines
524 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files:
- 'alert.rules'
scrape_configs:
# unused for now
#- job_name: 'traefik'
# scrape_interval: 5s
# static_configs:
# - targets: ['reverse-proxy:8080']
- job_name: prometheus
static_configs:
- targets: ["prometheus:9090"]
- job_name: cadvisor
scrape_interval: 30s
static_configs:
- targets: ["192.168.57.1:8098"]
- job_name: node-exporter
static_configs:
- targets: [ '192.168.57.1:9100' ]