n / configs /prometheus /prometheus.yml
azils3's picture
Upload 112 files
970583e verified
global:
scrape_interval: 15s # 1m
scrape_timeout: 10s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets:
- alertmanager:9093
scrape_configs:
- job_name: "prometheus"
scrape_interval: 5s # 1m
static_configs:
- targets: ["localhost:9090"]
- job_name: "node-exporter"
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "tgbot"
scrape_interval: 5s
static_configs:
- targets: ["bot:8080"]
metrics_path: /metrics
scheme: http