Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sync_proxy_rules_nftables_sync_failures_total (0.36 sec)

  1. pkg/proxy/metrics/metrics.go

    	// proxy has seen.
    	NFTablesSyncFailuresTotal = metrics.NewCounter(
    		&metrics.CounterOpts{
    			Subsystem:      kubeProxySubsystem,
    			Name:           "sync_proxy_rules_nftables_sync_failures_total",
    			Help:           "Cumulative proxy nftables sync failures",
    			StabilityLevel: metrics.ALPHA,
    		},
    	)
    
    	// NFTablesCleanupFailuresTotal is the number of nftables stale chain cleanup
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top