Files
madbase/prometheus.yml

8 lines
146 B
YAML

global:
scrape_interval: 5s
scrape_configs:
- job_name: 'madbase_gateway'
static_configs:
- targets: ['host.docker.internal:8000']