Profiling: Import godeltaprof/http/pprof (#80509)

chore: import godeltaprof/http/pprof

This adds /debug/pprof/delta_{heap,mutex,block} endpoints to DefaultServeMux
and the profiling port.
This commit is contained in:
Tolya Korniltsev
2024-01-16 17:58:35 +07:00
committed by GitHub
parent f4629f7014
commit b5a1a3e106
3 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@ import (
"syscall"
"time"
_ "github.com/grafana/pyroscope-go/godeltaprof/http/pprof"
"github.com/urfave/cli/v2"
"github.com/grafana/grafana/pkg/api"