Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for enable_tracing (0.19 sec)

  1. pilot/pkg/bootstrap/server.go

    	watchDebounceDelay = 100 * time.Millisecond
    )
    
    func init() {
    	// Disable gRPC tracing. It has performance impacts (See https://github.com/grpc/grpc-go/issues/695)
    	grpc.EnableTracing = false
    }
    
    // readinessProbe defines a function that will be used indicate whether a server is ready.
    type readinessProbe func() bool
    
    // Server contains the runtime configuration for the Pilot discovery service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    			if tc.envPilotSampling != 0.0 {
    				test.SetForTest(t, &features.TraceSampling, tc.envPilotSampling)
    			}
    
    			m := mesh.DefaultMeshConfig()
    			m.ProxyHttpPort = 15007
    			m.EnableTracing = true
    			m.DefaultConfig = &meshconfig.ProxyConfig{
    				Tracing: &meshconfig.Tracing{
    					CustomTags:       tc.in.CustomTags,
    					MaxPathTagLength: tc.in.MaxPathTagLength,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "global.outboundTrafficPolic" "meshConfig.outboundTrafficPolic" "global.certificates" "meshConfig.certificates" "global.localityLbSetting" "meshConfig.localityLbSetting" "global.policyCheckFailOpen" "meshConfig.policyCheckFailOpen" "global.enableTracing" "meshConfig.enableTracing" "global.proxy.accessLogFormat" "meshConfig.accessLogFormat" "global.proxy.accessLogFile" "meshConfig.accessLogFile" "global.proxy.concurrency" "meshConfig.defaultConfig.concurrency" "global.proxy.envoyAccessLogServic" "meshConfi...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top