Skip to content

Commit

Permalink
perf: add pprof to pinger
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Dec 28, 2020
1 parent 5d3d0f3 commit a1e7974
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/pinger/pinger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"
"github.com/alauda/kube-ovn/versions"
"net/http"
_ "net/http/pprof" // #nosec

"github.com/alauda/kube-ovn/pkg/pinger"
"github.com/prometheus/client_golang/prometheus/promhttp"
Expand Down

0 comments on commit a1e7974

Please sign in to comment.