From 8b5c04f6fbde2773242b7b85512929ebd431aa38 Mon Sep 17 00:00:00 2001 From: mattdurham Date: Thu, 14 Nov 2024 16:25:24 -0500 Subject: [PATCH] True up the documentation with the code. (#2095) --- .../prometheus/prometheus.exporter.unix.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sources/reference/components/prometheus/prometheus.exporter.unix.md b/docs/sources/reference/components/prometheus/prometheus.exporter.unix.md index b5e22f86c5..c7dc3e5c42 100644 --- a/docs/sources/reference/components/prometheus/prometheus.exporter.unix.md +++ b/docs/sources/reference/components/prometheus/prometheus.exporter.unix.md @@ -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