feat: add code-forge exporter

This commit is contained in:
Marc 2024-06-01 00:52:35 -04:00
parent 9e849a8b9d
commit db81aa2e77
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -4,3 +4,6 @@ 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: 'code-forge-exporter'
static_configs:
- targets: ['host.containers.internal:3001']