Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakeTracingConfig (0.27 sec)

  1. pilot/pkg/networking/core/tracing_test.go

    		},
    	}
    	return t
    }
    
    func fakeTracingConfigNoProvider(randomSampling float64, maxLen uint32, tags []*tracing.CustomTag) *hcm.HttpConnectionManager_Tracing {
    	return fakeTracingConfig(nil, randomSampling, maxLen, tags)
    }
    
    func fakeTracingConfig(provider *tracingcfg.Tracing_Http, randomSampling float64, maxLen uint32, tags []*tracing.CustomTag) *hcm.HttpConnectionManager_Tracing {
    	t := &hcm.HttpConnectionManager_Tracing{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 20:47:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top