Skip to content

Commit ce478be

Browse files
authored
fix comment nit (istio#48155)
1 parent c7e3908 commit ce478be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pilot/pkg/model/telemetry_logging.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ var (
123123
TypedConfig: protoconv.MessageToAny(&metadataformatter.Metadata{}),
124124
}
125125

126-
// metadataFormatter configures additional formatters needed for some of the format strings like "METADATA"
126+
// celFormatter configures additional formatters needed for some of the format strings like "CEL"
127127
// for more information, see https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/formatter/cel/v3/cel.proto
128128
celFormatter = &core.TypedExtensionConfig{
129129
Name: "envoy.formatter.cel",

0 commit comments

Comments
 (0)