Skip to content

Commit

Permalink
Add missing row for labels argument inside target block (#5480) (#5504)
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <[email protected]>
(cherry picked from commit 8186196)

Co-authored-by: Mischa Thompson <[email protected]>
  • Loading branch information
grafanabot and spartan0x117 authored Oct 16, 2023
1 parent 53f0956 commit cf477e8
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,13 @@ The following blocks are supported inside the definition of
The `target` block defines an individual blackbox target.
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.

| Name | Type | Description | Default | Required |
| --------- | -------- | ----------------------------------- | ------- | -------- |
| `address` | `string` | The address of the target to probe. | | yes |
| `module` | `string` | Blackbox module to use to probe. | `""` | no |
| Name | Type | Description | Default | Required |
| --------- | ---------------- | ----------------------------------- | ------- | -------- |
| `address` | `string` | The address of the target to probe. | | yes |
| `module` | `string` | Blackbox module to use to probe. | `""` | no |
| `labels` | `map(string)` | Labels to add to the target. | | no |

Labels specified in the `labels` argument will not override labels set by `blackbox_exporter`.

## Exported fields

Expand Down

0 comments on commit cf477e8

Please sign in to comment.