case-study-1 / Prometheus /prometheus.yml
jakewatson91
Update prometheus.yml
25a0648 unverified
Raw
History Blame Contribute Delete
264 Bytes
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'gradio_app'
static_configs:
- targets: ['group2_app2:8000'] # Gradio metrics
- job_name: 'node_exporter_gradio'
static_configs:
- targets: ['group2_app2:9100'] # Node Exporter