Mypersonalassistant / tmp /prometheus-config.json
Really-amin's picture
Upload prometheus-config.json
b8e9dc4 verified
raw
history blame
184 Bytes
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'bloom-ai'
static_configs:
- targets: ['bloom-ai:8000']
metrics_path: '/metrics'