Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureCustomTags (0.23 sec)

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

    			return nil
    		}
    		// use the prior configuration bits of sampling and custom tags
    		h.Tracing = &hcm.HttpConnectionManager_Tracing{}
    		configureSampling(h.Tracing, proxyConfigSamplingValue(proxyCfg))
    		configureCustomTags(h.Tracing, map[string]*telemetrypb.Tracing_CustomTag{}, proxyCfg, proxy)
    		if proxyCfg.GetTracing().GetMaxPathTagLength() != 0 {
    			h.Tracing.MaxPathTagLength = wrapperspb.UInt32(proxyCfg.GetTracing().MaxPathTagLength)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top