Skip to content

Commit

Permalink
Update docs/sources/configure-client/grafana-agent/go_pull.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
  • Loading branch information
korniltsev and knylander-grafana authored Dec 14, 2023
1 parent 08196d8 commit 8c66eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/configure-client/grafana-agent/go_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pyroscope.write "write_job_name" {

### Exposing pprof endpoints

If you don't use `http.DefaultServeMux` you can register `/debug/pprof/*` handlers to your own `http.ServeMux`
If you don't use `http.DefaultServeMux`, you can register `/debug/pprof/*` handlers to your own `http.ServeMux`
```go
var mux *http.ServeMux
mux.Handle("/debug/pprof/", http.DefaultServeMux)
Expand Down

0 comments on commit 8c66eb5

Please sign in to comment.