panopticon/prometheus.yml

14 lines
355 B
YAML
Raw Normal View History

global:
scrape_interval: '30s'
2024-05-31 03:53:46 +00:00
scrape_configs:
2024-07-07 01:35:20 +00:00
- job_name: 'vault-exporter'
static_configs:
- targets: ['host.containers.internal:8083']
2024-06-01 04:52:35 +00:00
- job_name: 'code-forge-exporter'
static_configs:
- targets: ['host.containers.internal:3001']
2024-06-12 01:45:41 +00:00
- job_name: 'sesame_caddy'
static_configs:
- targets: ['host.containers.internal:2019']