mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-26 09:11:01 +00:00
Add pprof for profiling
Signed-off-by: Clayton O'Neill <clayton@oneill.net>
This commit is contained in:
parent
ece8a26a79
commit
024f9dc0aa
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -17,6 +17,7 @@ import (
|
|||
"bufio"
|
||||
"net"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
|
|
Loading…
Reference in a new issue