giuto's picture
Update Grafana and Prometheus configurations, enhance drift detection scripts, and add monitoring dashboard
739e446
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