coder-demo / prometheus.yml
AhmadA82's picture
fix conniction
185a2e8 verified
raw
history blame
141 Bytes
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'ai-assistant'
static_configs:
- targets: ['ai-assistant:8000']