panopticon/prometheus.yml

10 lines
258 B
YAML
Raw Normal View History

global:
scrape_interval: '30s'
2024-05-31 03:53:46 +00:00
scrape_configs:
- job_name: 'bitwarden-exporter'
2024-05-31 03:53:46 +00:00
static_configs:
- targets: ['host.containers.internal:8081']
2024-06-01 04:52:35 +00:00
- job_name: 'code-forge-exporter'
static_configs:
- targets: ['host.containers.internal:3001']