You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling nctl with go 1.23 I get the following panic at startup:
panic: pattern "GET /debug/pprof/" (registered at net/http/pprof/pprof.go:100) conflicts with pattern "/debug/pprof/delta_heap" (registered at github.com/grafana/pyroscope-go/[email protected]/http/pprof/pprof.go:24):
GET /debug/pprof/ matches fewer methods than /debug/pprof/delta_heap, but has a more general path pattern
When compiling nctl with go 1.23 I get the following panic at startup:
grafana/agent#6972 and grafana/alloy#1540 seem to be the same error.
It seems to be fixed in https://github.com/grafana/pyroscope-go/releases/tag/godeltaprof%2Fv0.1.8
The text was updated successfully, but these errors were encountered: