cmd: add a diode to avoid log blocking

This commit is contained in:
Vincent Bernat
2025-09-12 14:37:46 +02:00
parent cb6b2bd229
commit 7caae8f991
7 changed files with 35 additions and 8 deletions

View File

@@ -190,7 +190,7 @@ func orchestratorStart(r *reporter.Reporter, config OrchestratorConfiguration, c
// Expose some information and metrics
addCommonHTTPHandlers(r, "orchestrator", httpComponent)
versionMetrics(r)
moreMetrics(r)
// If we only asked for a check, stop here.
if checkOnly {