Skip to content

Commit

Permalink
[release/v1.2] True up the documentation with the code. (#2098)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b5c04f)

Co-authored-by: mattdurham <[email protected]>
  • Loading branch information
github-actions[bot] and mattdurham authored Nov 14, 2024
1 parent ac49cf6 commit 5fb877e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ The following blocks are supported inside the definition of `prometheus.exporter

### cpu block

| Name | Type | Description | Default | Required |
| --------------- | --------- | --------------------------------------------------- | ------- | -------- |
| `guest` | `boolean` | Enable the `node_cpu_guest_seconds_total` metric. | true | no |
| `info` | `boolean` | Enable the `cpu_info metric` for the cpu collector. | true | no |
| `bugs_include` | `string` | Regexp of `bugs` field in cpu info to filter. | | no |
| `flags_include` | `string` | Regexp of `flags` field in cpu info to filter. | | no |
| Name | Type | Description | Default | Required |
| --------------- | --------- | -------------------------------------------------- |---------| -------- |
| `guest` | `boolean` | Enable the `node_cpu_guest_seconds_total` metric. | false | no |
| `info` | `boolean` | Enable the `cpu_info` metric for the cpu collector.| false | no |
| `bugs_include` | `string` | Regexp of `bugs` field in cpu info to filter. | | no |
| `flags_include` | `string` | Regexp of `flags` field in cpu info to filter. | | no |

### disk block

Expand Down

0 comments on commit 5fb877e

Please sign in to comment.