Métriques de base Prometheus #4

Merged
wpetit merged 2 commits from metrics into develop 2023-07-01 01:32:12 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d5cc15de3b - Show all commits

View File

@ -8,8 +8,8 @@ layers/**
prep: make build-bouncer
prep: make config.yml
prep: make .bouncer-token
daemon: make run BOUNCER_CMD="--config config.yml server admin run"
daemon: make run BOUNCER_CMD="--config config.yml server proxy run"
daemon: make run BOUNCER_CMD="--debug --config config.yml server admin run"
daemon: make run BOUNCER_CMD="--debug --config config.yml server proxy run"
}
{