From cbd83938d15727ffb002721d5a4fe2da39631d50 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:55:27 +0100 Subject: [PATCH] pyroscope: fixes wrong memory profiling path (#5635) (#5686) See this conversation https://raintank-corp.slack.com/archives/C03NCLB4GG7/p1698431277146729 for more context Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> (cherry picked from commit a5e980bbabd7a49cf060b6bc0bfa8aa843d4ec93) Co-authored-by: Dmitry Filimonov --- docs/sources/flow/reference/components/pyroscope.scrape.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/flow/reference/components/pyroscope.scrape.md b/docs/sources/flow/reference/components/pyroscope.scrape.md index c8609a1d5148..37a90ef89cc8 100644 --- a/docs/sources/flow/reference/components/pyroscope.scrape.md +++ b/docs/sources/flow/reference/components/pyroscope.scrape.md @@ -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