Register pprof handlers.
This commit is contained in:
parent
05a9350e57
commit
be306d651e
3 changed files with 14 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
|||
#
|
||||
dashboard = true
|
||||
|
||||
# Enabled debug mode
|
||||
# Enable debug mode.
|
||||
# This will install HTTP handlers to expose Go expvars under /debug/vars and
|
||||
# pprof profiling data under /debug/pprof.
|
||||
# Additionally, the log level will be set to DEBUG.
|
||||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
# graceTimeOut = "10s"
|
||||
|
||||
# Enable debug mode.
|
||||
# This will install HTTP handlers to expose Go expvars under /debug/vars and
|
||||
# pprof profiling data under /debug/pprof.
|
||||
# Additionally, the log level will be set to DEBUG.
|
||||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue