From 965dcadb340c99caaa073f46bfff4b56713fdc7b Mon Sep 17 00:00:00 2001 From: Dmitry Filimonov Date: Wed, 1 Nov 2023 12:13:50 -0700 Subject: [PATCH] pyroscope: fixes wrong memory profiling path (#5635) 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) --- 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