Skip to content

Commit 80b4e3c

Browse files
committed
bind pprof address
1 parent d6acca0 commit 80b4e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func main() {
8484
WithLogger(logger).
8585
WithMetricAddress(config.MetricsAddr).
8686
WithProbeAddress(config.ProbeAddr).
87+
WithPprofBindAddress(config.PprofAddress).
8788
WithLeaderElection(config.EnableLeaderElection).
8889
WithAtlasDomain(config.AtlasDomain).
8990
WithAPISecret(config.GlobalAPISecret).

0 commit comments

Comments
 (0)