Skip to content

Infrastructure Integration

The Network integration is enabled by default which means the user can see all of the below metrics in Epoch without any additional configuration.

Infrastructure Datasources

Datasource Available Aggregations Unit Description
system.net.bytes_rcvd avg max min sum byte/second The number of bytes received on a device per second.
system.net.bytes_sent avg max min sum byte/second The number of bytes sent from a device per second.
system.net.packets_in.count avg max min sum packet/second The number of packets of data received by the interface.
system.net.packets_in.error avg max min sum error/second The number of packet receive errors detected by the device driver.
system.net.packets_out.count avg max min sum packet/second The number of packets of data transmitted by the interface.
system.net.packets_out.error avg max min sum error/second The number of packet transmit errors detected by the device driver.
system.net.tcp.in_segs avg max min sum segment/second The number of TCP segments received.
system.net.tcp.out_segs avg max min sum segment/second The number of TCP segments transmitted.
system.net.tcp.rcv_packs avg max min sum packet/second The number of TCP packets received.
system.net.tcp.retrans_packs avg max min sum packet/second The number of TCP packets retransmitted.
system.net.tcp.retrans_segs avg max min sum segment/second The number of TCP segments retransmitted.
system.net.tcp.sent_packs avg max min sum packet/second The number of TCP packets transmitted.
system.net.tcp.rtt avg max min sum millisecond The TCP round trip time. Available since Agent v5.7.0. Collected by go-metro.
system.net.tcp.rtt.avg avg max min sum millisecond The average TCP round trip time as typically computed by the TCP stack. Available since Agent v5.7.0. Collected by go-metro.
system.net.tcp.rtt.jitter avg max min sum millisecond The TCP round trip time jitter. Available since Agent v5.7.0. Collected by go-metro.
system.net.tcp.listen_overflows avg max min sum The number of times connections have overflowed the accept buffer. Available since Agent v5.14.0.
system.net.tcp.listen_drops avg max min sum The number of times connections have dropped out of listen. Available since Agent v5.14.0.
system.net.tcp.backlog_drops avg max min sum packet The number of packets dropped because there wasn't room in the TCP backlog. Available since Agent v5.14.0.
system.net.udp.in_datagrams avg max min sum datagram/second The rate of UDP datagrams delivered to UDP users.
system.net.udp.in_errors avg max min sum datagram/second The rate of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
system.net.udp.no_ports avg max min sum datagram/second The rate of received UDP datagrams for which there was no application at the destination port.
system.net.udp.out_datagrams avg max min sum datagram/second The rate of UDP datagrams sent from this entity.
system.net.udp.rcv_buf_errors avg max min sum error/second The rate of UDP datagrams lost because there was no room in the receive buffer.
system.net.udp.snd_buf_errors avg max min sum error/second The rate of UDP datagrams lost because there was no room in the send buffer.