Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for otelaccesslog (0.1 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    		hostname    string
    		body        string
    		labels      *structpb.Struct
    		expected    *otelaccesslog.OpenTelemetryAccessLogConfig
    	}{
    		{
    			name:        "default",
    			logName:     OtelEnvoyAccessLogFriendlyName,
    			clusterName: fakeCluster,
    			hostname:    fakeAuthority,
    			body:        EnvoyTextLogFormat,
    			expected: &otelaccesslog.OpenTelemetryAccessLogConfig{
    				CommonConfig: &grpcaccesslog.CommonGrpcAccessLogConfig{
    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

    	}
    }
    
    func buildOpenTelemetryAccessLogConfig(logName, hostname, clusterName, format string, labels *structpb.Struct) *otelaccesslog.OpenTelemetryAccessLogConfig {
    	cfg := &otelaccesslog.OpenTelemetryAccessLogConfig{
    		CommonConfig: &grpcaccesslog.CommonGrpcAccessLogConfig{
    			LogName: logName,
    			GrpcService: &core.GrpcService{
    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