coder-demo / prometheus.yml
AhmadA82's picture
enhans response
d8841eb verified
raw
history blame
141 Bytes
global:
scrape_interval: 30s
scrape_configs:
- job_name: 'ai-assistant'
static_configs:
- targets: ['ai-assistant:8000']