Skip to content

Commit fe45543

Browse files
committed
bind pprof address
1 parent 966e1af commit fe45543

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
@@ -81,6 +81,7 @@ func main() {
8181
WithLogger(logger).
8282
WithMetricAddress(config.MetricsAddr).
8383
WithProbeAddress(config.ProbeAddr).
84+
WithPprofBindAddress(config.PprofAddress).
8485
WithLeaderElection(config.EnableLeaderElection).
8586
WithAtlasDomain(config.AtlasDomain).
8687
WithAPISecret(config.GlobalAPISecret).

0 commit comments

Comments
 (0)