9 lines
258 B
YAML
9 lines
258 B
YAML
global:
|
|
scrape_interval: '30s'
|
|
scrape_configs:
|
|
- job_name: 'bitwarden-exporter'
|
|
static_configs:
|
|
- targets: ['host.containers.internal:8081']
|
|
- job_name: 'code-forge-exporter'
|
|
static_configs:
|
|
- targets: ['host.containers.internal:3001']
|