Network Category

node_network_receive_bytes_total

Description: This metrics gives the total number of bytes received over the network device

Sample Query: sum(irate(node_network_receive_bytes_total[1m])) by (device)

Labels:

  • Label: instance

    Label Description: the virtual machine/instance

    Example: master-0, control-0, dra-director-1, etc

  • Label: job

    Label Description: the name of job

    Example: node_exporter

  • Label: device

    Label Description: the name of the network device/interface

    Example: ens3, ens4

node_network_transmit_bytes_total

Description: This metrics gives the total number of bytes sent over the network device

Sample Query: sum(irate(node_network_transmit_bytes_total[1m])) by (device)

Labels:

  • Label: instance

    Label Description: the virtual machine/instance

    Example: master-0, control-0, dra-director-1, etc

  • Label: job

    Label Description: the name of job

    Example: node_exporter

  • Label: device

    Label Description: the name of the network device/interface

    Example: ens3, ens4