Skip to content

Commit 8470a59

Browse files
fix health aggregator compile error
1 parent dc03572 commit 8470a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/daemon/daemon.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ func (t *TyphaDaemon) Start(cxt context.Context) {
361361

362362
if t.ConfigParams.HealthEnabled {
363363
log.WithField("port", t.ConfigParams.HealthPort).Info("Health enabled. Starting server.")
364-
t.healthAggregator.ServeHTTP(t.ConfigParams.HealthEnabled, t.ConfigParams.HealthPort)
364+
t.healthAggregator.ServeHTTP(t.ConfigParams.HealthEnabled, "", t.ConfigParams.HealthPort)
365365
}
366366
}
367367

0 commit comments

Comments
 (0)