mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-22 15:30:59 +00:00
Merge pull request #205 from claytono/add-pprof
Add pprof for profiling
This commit is contained in:
commit
9963806a62
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"
|
||||
"os/signal"
|
||||
"strconv"
|
||||
|
|
Loading…
Reference in a new issue