openclaw/observability/prometheus.yml
2026-01-25 15:54:13 +00:00

12 lines
210 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'clawdbot'
static_configs:
- targets: ['clawdbot:18789']
- job_name: 'openpoke'
static_configs:
- targets: ['openpoke:8000']