Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CommonConfig (0.09 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    			logName:     OtelEnvoyAccessLogFriendlyName,
    			clusterName: fakeCluster,
    			hostname:    fakeAuthority,
    			body:        EnvoyTextLogFormat,
    			expected: &otelaccesslog.OpenTelemetryAccessLogConfig{
    				CommonConfig: &grpcaccesslog.CommonGrpcAccessLogConfig{
    					LogName: OtelEnvoyAccessLogFriendlyName,
    					GrpcService: &core.GrpcService{
    						TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry_logging.go

    	if err != nil {
    		IncLookupClusterFailures("envoyTCPAls")
    		log.Errorf("could not find cluster for tcp grpc provider %q: %v", prov, err)
    		return nil
    	}
    
    	fl := &grpcaccesslog.TcpGrpcAccessLogConfig{
    		CommonConfig: &grpcaccesslog.CommonGrpcAccessLogConfig{
    			LogName: logName,
    			GrpcService: &core.GrpcService{
    				TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    					EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top