mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 13:07:47 +08:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user