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
Describe the bug
Building grafana-zabbix with go 1.23 and running tests fails with
panic: pattern "GET /debug/pprof/" (registered at /usr/local/go/src/net/http/pprof/pprof.go:100) conflicts with pattern "/debug/pprof/delta_heap" (registered at /go/pkg/mod/github.com/grafana/pyroscope-go/godeltaprof@v0.1.7/http/pprof/pprof.go:24):
GET /debug/pprof/ matches fewer methods than /debug/pprof/delta_heap, but has a more general path pattern
This is due to a panic on go 1.23 in pyroscope-go/godeltaprof
Related upstream issue: grafana/pyroscope-go#118
Describe the bug
Building grafana-zabbix with go 1.23 and running tests fails with
This is due to a panic on go 1.23 in pyroscope-go/godeltaprof
Related upstream issue: grafana/pyroscope-go#118
Expected behavior
Tests pass without panic
Screenshots
NA
Network data
NA
Software versions
NA
I opened a PR to fix this at #1875
The text was updated successfully, but these errors were encountered: