Skip to content

Commit

Permalink
feat(kepler): enable pprof (#1383)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha authored Apr 29, 2024
1 parent 442c371 commit f5910e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"flag"
"fmt"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"runtime"
Expand Down

0 comments on commit f5910e2

Please sign in to comment.