Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for traceSampling (0.1 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Trace sampling fraction.
      //
      // Used to set the fraction of time that traces are sampled. Higher values are more accurate but add CPU overhead.
      //
      // Allowed values: 0.0 to 1.0
      double traceSampling = 8;
    
      // K8s resources settings.
      //
      // See https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    				}, customTracingTags()...),
    			},
    		},
    	}
    	for _, tc := range customTagsTest {
    		t.Run(tc.name, func(t *testing.T) {
    			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{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top