learning_ai_invt_trdg/backend/prometheus.yml

11 lines
197 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'alert_bot'
static_configs:
- targets: ['alert_bot:5000']
metrics_path: '/metrics'