Merge pull request #105055 from MikeSpreitzer/its-flow-distinguisher
Rename httplog entry from "apf_d" to "apf_fd" Kubernetes-commit: b0f347350b94fc58e00ce5d6af261823e7c1aa22
This commit is contained in:
commit
fcf8cc21a2
|
|
@ -109,7 +109,7 @@ func WithPriorityAndFairness(
|
|||
|
||||
httplog.AddKeyValue(ctx, "apf_pl", truncateLogField(pl.Name))
|
||||
httplog.AddKeyValue(ctx, "apf_fs", truncateLogField(fs.Name))
|
||||
httplog.AddKeyValue(ctx, "apf_d", truncateLogField(flowDistinguisher))
|
||||
httplog.AddKeyValue(ctx, "apf_fd", truncateLogField(flowDistinguisher))
|
||||
}
|
||||
|
||||
var served bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue