Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pilot_proxy_convergence_time (0.41 sec)

  1. pilot/pkg/xds/monitoring.go

    	)
    
    	pushTriggers = monitoring.NewSum(
    		"pilot_push_triggers",
    		"Total number of times a push was triggered, labeled by reason for the push.",
    	)
    
    	proxiesConvergeDelay = monitoring.NewDistribution(
    		"pilot_proxy_convergence_time",
    		"Delay in seconds between config change and a proxy receiving all required configuration.",
    		[]float64{.1, .5, 1, 3, 5, 10, 20, 30},
    	)
    
    	pushContextErrors = monitoring.NewSum(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top