Skip to content

Commit

Permalink
Fixes the config for (grafana#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena committed Jan 23, 2023
1 parent 7e4512e commit 6399598
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sources/flow/reference/components/phlare.scrape.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ It accepts the following arguments:

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`enabled` | `boolean` | Enable this profile type to be scraped. | `false` | no
`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
`delta` | `boolean` | Whether to scrape the profile as a delta. | `false` | no

Expand All @@ -148,7 +148,7 @@ It accepts the following arguments:

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`enabled` | `boolean` | Enable this profile type to be scraped. | `false` | no
`enabled` | `boolean` | Enable this profile type to be scraped. | `true` | no
`path` | `string` | The path to the profile type on the target. | `"/debug/pprof/block"` | no
`delta` | `boolean` | Whether to scrape the profile as a delta. | `false` | no

Expand All @@ -163,7 +163,7 @@ It accepts the following arguments:

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`enabled` | `boolean` | Enable this profile type to be scraped. | `false` | no
`enabled` | `boolean` | Enable this profile type to be scraped. | `true` | no
`path` | `string` | The path to the profile type on the target. | `"/debug/pprof/goroutine"` | no
`delta` | `boolean` | Whether to scrape the profile as a delta. | `false` | no

Expand All @@ -178,7 +178,7 @@ It accepts the following arguments:

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`enabled` | `boolean` | Enable this profile type to be scraped. | `false` | no
`enabled` | `boolean` | Enable this profile type to be scraped. | `true` | no
`path` | `string` | The path to the profile type on the target. | `"/debug/pprof/mutex"` | no
`delta` | `boolean` | Whether to scrape the profile as a delta. | `false` | no

Expand All @@ -194,7 +194,7 @@ It accepts the following arguments:

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`enabled` | `boolean` | Enable this profile type to be scraped. | `false` | no
`enabled` | `boolean` | Enable this profile type to be scraped. | `true` | no
`path` | `string` | The path to the profile type on the target. | `"/debug/pprof/profile"` | no
`delta` | `boolean` | Whether to scrape the profile as a delta. | `true` | no

Expand Down

0 comments on commit 6399598

Please sign in to comment.