File size: 656 Bytes
c11092d a0e85b1 a94143c 7f81e44 a0e85b1 946fd5e c11092d 7f81e44 c11092d 946fd5e 1396866 7f81e44 a94143c 7f81e44 a94143c 7f81e44 a94143c 946fd5e a94143c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
monitor: "hopcroft-monitor"
environment: "development"
rule_files:
- "alert_rules.yml"
alerting:
alertmanagers:
- static_configs:
- targets:
- "alertmanager:9093"
scrape_configs:
- job_name: "hopcroft-api"
metrics_path: "/metrics"
static_configs:
- targets: ["hopcroft-api:8080"]
scrape_interval: 10s
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
- job_name: "pushgateway"
honor_labels: true
static_configs:
- targets: ["pushgateway:9091"]
scrape_interval: 30s
|