Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for anyFn (0.13 sec)

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

    	}, nil
    }
    
    func buildHCMTracing(provider string, startChildSpan bool, maxTagLen uint32, anyFn typedConfigGenFn) (*hcm.HttpConnectionManager_Tracing, error) {
    	config := &hcm.HttpConnectionManager_Tracing{}
    	if startChildSpan {
    		config.SpawnUpstreamSpan = wrapperspb.Bool(startChildSpan)
    	}
    	cfg, err := anyFn()
    	if err != nil {
    		return config, fmt.Errorf("could not configure tracing provider %q: %v", provider, err)
    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