5 Commits

Author SHA1 Message Date
Erik Dubbelboer 4891fc5304 Update golangci-lint to v2 (#1980) 2025-03-25 06:40:55 +01:00
Oleksandr Redko 00c291ba7b pprofhandler: use bytes.HasPrefix for consistency (#1543) 2023-04-26 08:50:08 +02:00
Oleksandr Redko 5147cecec7 docs: replace links to golang.org with go.dev (#1489)
- Replace https://godoc.org with https://pkg.go.dev.
- Replace https://golang.org with https://go.dev.
- Replace https://golang.org/pkg with https://pkg.go.dev.
- Replace https://blog.golang.org with https://go.dev/blog.
- Use https://pkg.go.dev/golang.org/x/net/http2  instead of non-existing https://http2.golang.org/.
- Remove trailing slashes.
2023-02-11 19:59:44 +08:00
mmta 33b80a5951 Add support for named profiles like heap, goroutine, threadcreate, allocs, block, and mutex. 2018-10-03 18:15:43 +03:00
Erik Dubbelboer 074e62ddb0 Add pprofhandler, fix #235
Similar to expvarhandler but for net/http/pprof
2018-08-17 17:04:14 +08:00