We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc03572 commit 8470a59Copy full SHA for 8470a59
pkg/daemon/daemon.go
@@ -361,7 +361,7 @@ func (t *TyphaDaemon) Start(cxt context.Context) {
361
362
if t.ConfigParams.HealthEnabled {
363
log.WithField("port", t.ConfigParams.HealthPort).Info("Health enabled. Starting server.")
364
- t.healthAggregator.ServeHTTP(t.ConfigParams.HealthEnabled, t.ConfigParams.HealthPort)
+ t.healthAggregator.ServeHTTP(t.ConfigParams.HealthEnabled, "", t.ConfigParams.HealthPort)
365
}
366
367
0 commit comments