Smart_Confidant / prometheus.yml
heffnt's picture
cs3
24ed9c5
raw
history blame contribute delete
227 Bytes
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'smart_confidant_app'
static_configs:
- targets: ['localhost:8000']
- job_name: 'node_exporter'
static_configs:
- targets: ['localhost:9100']