mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 05:19:35 +00:00
Fix typo
This commit is contained in:
@@ -81,7 +81,7 @@ func maybeExportProfileData(flags probeFlags) {
|
||||
go func() {
|
||||
http.Handle("/metrics", prometheus.Handler())
|
||||
log.Infof("Profiling data being exported to %s", flags.httpListen)
|
||||
log.Infof("go tool proof http://%s/debug/pprof/{profile,heap,block}", flags.httpListen)
|
||||
log.Infof("go tool pprof http://%s/debug/pprof/{profile,heap,block}", flags.httpListen)
|
||||
log.Infof("Profiling endpoint %s terminated: %v", flags.httpListen, http.ListenAndServe(flags.httpListen, nil))
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user