Skip to content

Commit 672bad4

Browse files
Merge branch 'release-v0.36' into backport-5195-to-release-v0.36
2 parents 580cf97 + 40407dd commit 672bad4

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

docs/sources/flow/reference/components/prometheus.exporter.blackbox.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ target | [target][] | Configures a blackbox target. | yes
5353
### target block
5454

5555
The `target` block defines an individual blackbox target.
56-
The `target` block may be specified multiple times to define multiple targets.
56+
The `target` block may be specified multiple times to define multiple targets. The label of the block is required and will be used in the target's `job` label.
5757

58-
Name | Type | Description | Default | Required
59-
---- | ---- | ----------- | ------- | --------
60-
`name` | `string` | Name of the target. | | yes
61-
`address` | `string` | The address of the target to probe. | | yes
62-
`module`| `string` | Blackbox module to use to probe. | `""` | no
58+
| Name | Type | Description | Default | Required |
59+
| --------- | -------- | ----------------------------------- | ------- | -------- |
60+
| `address` | `string` | The address of the target to probe. | | yes |
61+
| `module` | `string` | Blackbox module to use to probe. | `""` | no |
6362

6463
## Exported fields
6564

docs/sources/flow/reference/components/prometheus.exporter.cloudwatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ scheduled interval. When this feature is enabled, CloudWatch metrics are gathere
336336
of synchronously when the CloudWatch component is scraped.
337337

338338
The decoupled scraping feature reduces the number of API requests sent to AWS.
339-
This feature also prevents component scrape timeouts when you gather high volumes of CloudWatch metrics
339+
This feature also prevents component scrape timeouts when you gather high volumes of CloudWatch metrics.
340340

341341
| Name | Type | Description | Default | Required |
342342
|-------------------|----------|-------------------------------------------------------------------------|---------|----------|

docs/sources/flow/reference/components/prometheus.exporter.snmp.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,14 @@ walk_param | [walk_param][] | SNMP connection profiles to override default SNMP
5757
### target block
5858

5959
The `target` block defines an individual SNMP target.
60-
The `target` block may be specified multiple times to define multiple targets.
61-
62-
Name | Type | Description | Default | Required
63-
---- | ---- | ----------- | ------- | --------
64-
`name` | `string` | Name of a snmp_target. | | yes
65-
`address` | `string` | The address of SNMP device. | | yes
66-
`module`| `string` | SNMP module to use for polling. | `""` | no
67-
`auth` | `string` | SNMP authentication profile to use. | `""` | no
68-
`walk_params`| `string` | Config to use for this target. | `""` | no
60+
The `target` block may be specified multiple times to define multiple targets. The label of the block is required and will be used in the target's `job` label.
61+
62+
| Name | Type | Description | Default | Required |
63+
| ------------- | -------- | ----------------------------------- | ------- | -------- |
64+
| `address` | `string` | The address of SNMP device. | | yes |
65+
| `module` | `string` | SNMP module to use for polling. | `""` | no |
66+
| `auth` | `string` | SNMP authentication profile to use. | `""` | no |
67+
| `walk_params` | `string` | Config to use for this target. | `""` | no |
6968

7069
### walk_param block
7170

0 commit comments

Comments
 (0)