Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Commands (0.16 sec)

  1. pilot/pkg/model/telemetry_logging.go

    		cfg.Attributes = &otlpcommon.KeyValueList{
    			Values: ConvertStructToAttributeKeyValues(labels.Fields),
    		}
    	}
    
    	// it's unnecessary to check proxy version here,
    	// users should add CEL/METADATA/REQ_WITHOUT_QUERY commands after all proxy upgraded to 1.23+.
    	// Otherwise, the configuration will be rejected.
    	cfg.Formatters = accessLogFormatters(format, labels)
    
    	return cfg
    }
    
    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