Skip to content

Commit

Permalink
Update pyroscope.scrape.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
hainenber and tpaschalis authored Apr 18, 2024
1 parent 4e08a85 commit 7773517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/reference/components/pyroscope.scrape.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7773517

Please sign in to comment.