Skip to content

Use distinct HTTP user-agent

Peter Fischer requested to merge dedicated-user-agent into main

Rate limiting via envoy uses the user-agent header for bucketing. As of now, all async client (fetchers) share the same user-agent, as do all sync clients. Both are derived from pipeline.name.

Bug: T362310 Change-Id: If4aad273e9a6828052ebc0c21832b02b419bcf26

Merge request reports