Files
packager/prometheus.yml

12 lines
224 B
YAML
Raw Normal View History

2023-08-29 21:34:01 +02:00
global:
scrape_interval: 10s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ['localhost:9090']
- job_name: "packager"
static_configs:
- targets: ['host.docker.internal:3001']