mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 14:23:54 +00:00
Automatic merge from submit-queue (batch tested with PRs 31783, 41988, 42535, 42572, 41870) Clean user agent to reduce metrics cardinality **What this PR does / why we need it**: This PR is an example implementation for my issue #31781. ``` release-note ``` This commit cleans common browser user-agents to reduce the metrics cardinality in exported prometheus metrics. Resolves kubernetes/kubernetes#31781