Skip to content

Commit

Permalink
pyroscope: fixes wrong memory profiling path (#5635) (#5687)
Browse files Browse the repository at this point in the history
See this conversation https://raintank-corp.slack.com/archives/C03NCLB4GG7/p1698431277146729 for more context

Co-authored-by: Clayton Cornell <[email protected]>
(cherry picked from commit a5e980b)

Co-authored-by: Dmitry Filimonov <[email protected]>
  • Loading branch information
grafanabot and petethepig authored Nov 1, 2023
1 parent ac62cb3 commit 4d4c6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/flow/reference/components/pyroscope.scrape.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ It accepts the following arguments:
Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`enabled` | `boolean` | Enable this profile type to be scraped. | `true` | no
`path` | `string` | The path to the profile type on the target. | `"/debug/pprof/memory"` | no
`path` | `string` | The path to the profile type on the target. | `"/debug/pprof/allocs"` | no
`delta` | `boolean` | Whether to scrape the profile as a delta. | `false` | no

When the `delta` argument is `true`, a `seconds` query parameter is
Expand Down

0 comments on commit 4d4c6c3

Please sign in to comment.