Merge pull request #105055 from MikeSpreitzer/its-flow-distinguisher

Rename httplog entry from "apf_d" to "apf_fd"
This commit is contained in:
Kubernetes Prow Robot 2021-09-15 23:51:45 -07:00 committed by GitHub
commit b0f347350b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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