Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jwt_authenticator_latency_seconds (0.44 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/metrics.go

    )
    
    var (
    	jwtAuthenticatorLatencyMetric = metrics.NewHistogramVec(
    		&metrics.HistogramOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "jwt_authenticator_latency_seconds",
    			Help:           "Latency of jwt authentication operations in seconds. This is the time spent authenticating a token for cache miss only (i.e. when the token is not found in the cache).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top