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
@@ -193,6 +194,7 @@ The `NodeExporterCollectorConfig` resource defines settings for individual colle
193
194
| cpufreq |[NodeExporterCollectorCpufreqConfig](#nodeexportercollectorcpufreqconfig)| Defines the configuration of the `cpufreq` collector, which collects CPU frequency statistics. Disabled by default. |
194
195
| tcpstat |[NodeExporterCollectorTcpStatConfig](#nodeexportercollectortcpstatconfig)| Defines the configuration of the `tcpstat` collector, which collects TCP connection statistics. Disabled by default. |
195
196
| netdev |[NodeExporterCollectorNetDevConfig](#nodeexportercollectornetdevconfig)| Defines the configuration of the `netdev` collector, which collects network devices statistics. Enabled by default. |
197
+
| netclass |[NodeExporterCollectorNetClassConfig](#nodeexportercollectornetclassconfig)| Defines the configuration of the `netclass` collector, which collects information about network devices. Enabled by default. |
196
198
197
199
[Back to TOC](#table-of-contents)
198
200
@@ -211,6 +213,21 @@ The `NodeExporterCollectorCpufreqConfig` resource works as an on/off switch for
211
213
212
214
[Back to TOC](#table-of-contents)
213
215
216
+
## NodeExporterCollectorNetClassConfig
217
+
218
+
#### Description
219
+
220
+
The `NodeExporterCollectorNetClassConfig` resource works as an on/off switch for the `netclass` collector of the `node-exporter` agent. By default, the `netclass` collector is enabled. If disabled, these metrics become unavailable: `node_network_info`, `node_network_address_assign_type`, `node_network_carrier`, `node_network_carrier_changes_total`, `node_network_carrier_up_changes_total`, `node_network_carrier_down_changes_total`, `node_network_device_id`, `node_network_dormant`, `node_network_flags`, `node_network_iface_id`, `node_network_iface_link`, `node_network_iface_link_mode`, `node_network_mtu_bytes`, `node_network_name_assign_type`, `node_network_net_dev_group`, `node_network_speed_bytes`, `node_network_transmit_queue_length`, `node_network_protocol_type`.
|netdev|link:nodeexportercollectornetdevconfig.adoc[NodeExporterCollectorNetDevConfig]|Defines the configuration of the `netdev` collector, which collects network devices statistics. Enabled by default.
26
26
27
+
|netclass|link:nodeexportercollectornetclassconfig.adoc[NodeExporterCollectorNetClassConfig]|Defines the configuration of the `netclass` collector, which collects information about network devices. 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
+
== NodeExporterCollectorNetClassConfig
9
+
10
+
=== Description
11
+
12
+
The `NodeExporterCollectorNetClassConfig` resource works as an on/off switch for the `netclass` collector of the `node-exporter` agent. By default, the `netclass` collector is enabled. If disabled, these metrics become unavailable: `node_network_info`, `node_network_address_assign_type`, `node_network_carrier`, `node_network_carrier_changes_total`, `node_network_carrier_up_changes_total`, `node_network_carrier_down_changes_total`, `node_network_device_id`, `node_network_dormant`, `node_network_flags`, `node_network_iface_id`, `node_network_iface_link`, `node_network_iface_link_mode`, `node_network_mtu_bytes`, `node_network_name_assign_type`, `node_network_net_dev_group`, `node_network_speed_bytes`, `node_network_transmit_queue_length`, `node_network_protocol_type`.
0 commit comments