Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enableTracing (0.12 sec)

  1. 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)
  2. hack/local-up-cluster.sh

    STORAGE_BACKEND=${STORAGE_BACKEND:-"etcd3"}
    STORAGE_MEDIA_TYPE=${STORAGE_MEDIA_TYPE:-"application/vnd.kubernetes.protobuf"}
    # preserve etcd data. you also need to set ETCD_DIR.
    PRESERVE_ETCD="${PRESERVE_ETCD:-false}"
    ENABLE_TRACING=${ENABLE_TRACING:-false}
    
    # enable Kubernetes-CSI snapshotter
    ENABLE_CSI_SNAPSHOTTER=${ENABLE_CSI_SNAPSHOTTER:-false}
    
    KUBECONFIG_TOKEN=${KUBECONFIG_TOKEN:-""}
    AUTH_ARGS=${AUTH_ARGS:-""}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top