feat: add vault db
This commit is contained in:
parent
be55154035
commit
605aed6b41
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ scrape_configs:
|
||||||
- job_name: 'bitwarden-exporter'
|
- job_name: 'bitwarden-exporter'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['host.containers.internal:8081']
|
- targets: ['host.containers.internal:8081']
|
||||||
|
- job_name: 'vault-exporter'
|
||||||
|
static_configs:
|
||||||
|
- targets: ['host.containers.internal:8083']
|
||||||
|
|
||||||
- job_name: 'code-forge-exporter'
|
- job_name: 'code-forge-exporter'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['host.containers.internal:3001']
|
- targets: ['host.containers.internal:3001']
|
||||||
|
|
Loading…
Reference in a new issue