Skip to content

Commit

Permalink
True up the documentation with the code. (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham authored Nov 14, 2024
1 parent 7290a06 commit 8b5c04f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,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 8b5c04f

Please sign in to comment.