From 7773517288eab114fefa3ad6d048f50fc1a87a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=E1=BB=8Dng=20H=E1=BA=A3i?= <41283691+hainenber@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:31:48 +0700 Subject: [PATCH] Update pyroscope.scrape.md Co-authored-by: Paschalis Tsilias --- docs/sources/reference/components/pyroscope.scrape.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/components/pyroscope.scrape.md b/docs/sources/reference/components/pyroscope.scrape.md index b02e3651dd..0b2d3b8106 100644 --- a/docs/sources/reference/components/pyroscope.scrape.md +++ b/docs/sources/reference/components/pyroscope.scrape.md @@ -399,7 +399,7 @@ When the `delta` argument is `true`: * The default value for the `seconds` query parameter is `scrape_interval - 1`. If you set `profiling_duration`, then `seconds` is assigned the same value as `profiling_duration`. For example, if you set `scrape_interval` to `"15s"`, then `seconds` defaults to `14s`. - If you set `profiling_duration` to `16s`, then `seconds is set to `16s` regardless of the `scrape_interval` value. + If you set `profiling_duration` to `16s`, then `seconds` is set to `16s` regardless of the `scrape_interval` value. If the HTTP endpoint is `/debug/pprof/profile`, then the HTTP query will become `/debug/pprof/profile?seconds=14` ## Exported fields