mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Rename httplog entry from "apf_d" to "apf_fd"
Because it is for the "Flow Distinguisher".
This commit is contained in:
parent
49e00c006c
commit
be717abb83
@ -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
Block a user