Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dial_failure_count (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/egressselector/metrics/metrics.go

    		},
    		[]string{"protocol", "transport"},
    	)
    
    	failures := metrics.NewCounterVec(
    		&metrics.CounterOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "dial_failure_count",
    			Help:           "Dial failure count, labeled by the protocol (http-connect or grpc), transport (tcp or uds), and stage (connect or proxy). The stage indicates at which stage the dial failed",
    			StabilityLevel: metrics.ALPHA,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 01 23:36:51 UTC 2022
    - 4.3K bytes
    - Viewed (0)
Back to top