Rename httplog entry from "apf_d" to "apf_fd"

Because it is for the "Flow Distinguisher".

Kubernetes-commit: be717abb8317ed309a9d2139856a8e87fad76a16
This commit is contained in:
Mike Spreitzer 2021-09-15 17:10:11 -04:00 committed by Kubernetes Publisher
parent d250e68a8d
commit fa81877012
1 changed files with 1 additions and 1 deletions

View File

@ -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