Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.5 KB

nodeexportercollectornetdevconfig.adoc

File metadata and controls

25 lines (16 loc) · 1.5 KB
// source code for the Cluster Monitoring Operator. Any changes made to this
// file will be overwritten when the content is re-generated. If you wish to
// make edits, read the docgen utility instructions in the source code for the
// CMO.
:_content-type: ASSEMBLY

NodeExporterCollectorNetDevConfig

Description

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.

Property Type Description

enabled

bool

A Boolean flag that enables or disables the netdev collector.