You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -190,6 +191,7 @@ The `NodeExporterCollectorConfig` resource defines settings for individual colle
190
191
| -------- | ---- | ----------- |
191
192
| cpufreq |[NodeExporterCollectorCpufreqConfig](#nodeexportercollectorcpufreqconfig)| Defines the configuration of the `cpufreq` collector, which collects CPU frequency statistics. Disabled by default. |
192
193
| tcpstat |[NodeExporterCollectorTcpStatConfig](#nodeexportercollectortcpstatconfig)| Defines the configuration of the `tcpstat` collector, which collects TCP connection statistics. Disabled by default. |
194
+
| netdev |[NodeExporterCollectorNetDevConfig](#nodeexportercollectornetdevconfig)| Defines the configuration of the `netdev` collector, which collects network devices statistics. Enabled by default. |
193
195
194
196
[Back to TOC](#table-of-contents)
195
197
@@ -208,6 +210,21 @@ The `NodeExporterCollectorCpufreqConfig` resource works as an on/off switch for
208
210
209
211
[Back to TOC](#table-of-contents)
210
212
213
+
## NodeExporterCollectorNetDevConfig
214
+
215
+
#### Description
216
+
217
+
The `NodeExporterCollectorNetDevConfig` resource works as an on/off switch for the `netdev` collector of the `node-exporter` agent. By default, the `netdev` collector is enabled. If disabled, these metrics become unavailable: `node_network_receive_bytes_total`, `node_network_receive_compressed_total`, `node_network_receive_drop_total`, `node_network_receive_errs_total`, `node_network_receive_fifo_total`, `node_network_receive_frame_total`, `node_network_receive_multicast_total`, `node_network_receive_nohandler_total`, `node_network_receive_packets_total`, `node_network_transmit_bytes_total`, `node_network_transmit_carrier_total`, `node_network_transmit_colls_total`, `node_network_transmit_compressed_total`, `node_network_transmit_drop_total`, `node_network_transmit_errs_total`, `node_network_transmit_fifo_total`, `node_network_transmit_packets_total`.
|tcpstat|link:nodeexportercollectortcpstatconfig.adoc[NodeExporterCollectorTcpStatConfig]|Defines the configuration of the `tcpstat` collector, which collects TCP connection statistics. Disabled by default.
24
24
25
+
|netdev|link:nodeexportercollectornetdevconfig.adoc[NodeExporterCollectorNetDevConfig]|Defines the configuration of the `netdev` collector, which collects network devices statistics. Enabled by default.
// DO NOT EDIT THE CONTENT IN THIS FILE. It is automatically generated from the
2
+
// source code for the Cluster Monitoring Operator. Any changes made to this
3
+
// file will be overwritten when the content is re-generated. If you wish to
4
+
// make edits, read the docgen utility instructions in the source code for the
5
+
// CMO.
6
+
:_content-type: ASSEMBLY
7
+
8
+
== NodeExporterCollectorNetDevConfig
9
+
10
+
=== Description
11
+
12
+
The `NodeExporterCollectorNetDevConfig` resource works as an on/off switch for the `netdev` collector of the `node-exporter` agent. By default, the `netdev` collector is enabled. If disabled, these metrics become unavailable: `node_network_receive_bytes_total`, `node_network_receive_compressed_total`, `node_network_receive_drop_total`, `node_network_receive_errs_total`, `node_network_receive_fifo_total`, `node_network_receive_frame_total`, `node_network_receive_multicast_total`, `node_network_receive_nohandler_total`, `node_network_receive_packets_total`, `node_network_transmit_bytes_total`, `node_network_transmit_carrier_total`, `node_network_transmit_colls_total`, `node_network_transmit_compressed_total`, `node_network_transmit_drop_total`, `node_network_transmit_errs_total`, `node_network_transmit_fifo_total`, `node_network_transmit_packets_total`.
0 commit comments