eUPF metrics

July 26, 2023 ยท View on GitHub

PFCP message metrics

This set of metrics describes how many requests of each type has been processed with outcome specified. All metrics except for upf_pfcp_rx_latency are counters and labeled with result indicating if message was successfuly processed or rejected. Note: upf_pfcp_rx and upf_pfcp_rx_errors have different implementation and counted at different points, we will drop one or another after evaluation, or implement a different counters altogether.

Metric NameDescription
upf_pfcp_rxThe total number of received PFCP messages
upf_pfcp_txThe total number of transmitted PFCP messages
upf_pfcp_rx_errorsThe total number of received PFCP messages with cause code
upf_pfcp_rx_latencyThe total number of PFCP messages processing duration

XDP Action metrics

This set of metrics are used to count the number of packets with different outcomes, such as the total number of aborted, dropped, passed, transmitted, and redirected packets.

Metric NameDescription
upf_xdp_abortedThe total number of aborted packets
upf_xdp_dropThe total number of dropped packets
upf_xdp_passThe total number of passed packets
upf_xdp_txThe total number of transmitted packets
upf_xdp_redirectThe total number of redirected packets

Packet metrics

Various packet counters with packet_type label.

Metric NameDescription
upf_rx_arpThe total number of received ARP packets
upf_rx_icmpThe total number of received ICMP packets
upf_rx_icmpv6The total number of received ICMPv6 packets
upf_rx_ip4The total number of received IPv4 packets
upf_rx_ip6The total number of received IPv6 packets
upf_rx_tcpThe total number of received TCP packets
upf_rx_udpThe total number of received UDP packets
upf_rx_otherThe total number of received other packets
upf_rx_gtp_echoThe total number of received GTP echo packets
upf_rx_gtp_pduThe total number of received GTP PDU packets
upf_rx_gtp_otherThe total number of received GTP other packets
upf_rx_gtp_errorThe total number of received GTP error packets

PFCP Session metrics

Metric NameDescription
upf_pfcp_sessionsNumber of currently established sessions
upf_pfcp_associationsNumber of currently established associations