Skip to content

Commit

Permalink
copyblocks: enable pprof
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
  • Loading branch information
narqo committed Jun 6, 2024
1 parent 4613a8d commit 880fac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/copyblocks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"flag"
"fmt"
"net/http"
_ "net/http/pprof" // anonymous import to get the pprof handler registered
"os"
"os/signal"
"path/filepath"
Expand Down

0 comments on commit 880fac8

Please sign in to comment.