Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kubeproxy_iptables_localhost_nodeports_accepted_packets_total (0.66 sec)

  1. pkg/proxy/metrics/metrics.go

    	// by iptables which were destined for nodeports on loopback interface.
    	localhostNodePortsAcceptedPacketsDescription = metrics.NewDesc(
    		"kubeproxy_iptables_localhost_nodeports_accepted_packets_total",
    		"Number of packets accepted on nodeports of loopback interface",
    		nil, nil, metrics.ALPHA, "")
    	LocalhostNodePortAcceptedNFAcctCounter     = "localhost_nps_accepted_pkts"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - The iptables mode of kube-proxy now tracks accepted packets that are destined for node-ports on localhost by introducing `kubeproxy_iptables_localhost_nodeports_accepted_packets_total` metric.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
Back to top