Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PILOT_STATUS_UPDATE_INTERVAL (0.3 sec)

  1. releasenotes/notes/add_updateInterval_to_env_var.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 07 07:01:03 UTC 2021
    - 250 bytes
    - Viewed (0)
  2. pilot/pkg/features/tuning.go

    			" For example, '1000' will record 0.1% of events. "+
    			"Set to 0 to disable entirely.").Get()
    
    	StatusUpdateInterval = env.Register(
    		"PILOT_STATUS_UPDATE_INTERVAL",
    		500*time.Millisecond,
    		"Interval to update the XDS distribution status.",
    	).Get()
    
    	StatusQPS = env.Register(
    		"PILOT_STATUS_QPS",
    		100,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 04:22:19 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top