Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for skywalkingConfig (0.32 sec)

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

    		hasCustomSampler = true
    	}
    
    	pb, err := anypb.New(oc)
    	return pb, hasCustomSampler, err
    }
    
    func skywalkingConfig(clusterName, hostname string) (*anypb.Any, error) {
    	s := &tracingcfg.SkyWalkingConfig{
    		GrpcService: &core.GrpcService{
    			TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    				EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    					ClusterName: clusterName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/tracing_test.go

    	}
    }
    
    func fakeSkywalkingProvider(expectClusterName, expectAuthority string) *tracingcfg.Tracing_Http {
    	fakeSkywalkingProviderConfig := &tracingcfg.SkyWalkingConfig{
    		GrpcService: &core.GrpcService{
    			TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    				EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    					ClusterName: expectClusterName,
    					Authority:   expectAuthority,
    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