Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sync_full_proxy_rules_duration_seconds (0.22 sec)

  1. pkg/proxy/metrics/metrics.go

    	SyncFullProxyRulesLatency = metrics.NewHistogram(
    		&metrics.HistogramOpts{
    			Subsystem:      kubeProxySubsystem,
    			Name:           "sync_full_proxy_rules_duration_seconds",
    			Help:           "SyncProxyRules latency in seconds for full resyncs",
    			Buckets:        metrics.ExponentialBuckets(0.001, 2, 15),
    			StabilityLevel: metrics.ALPHA,
    		},
    	)
    
    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