mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-24 15:48:51 -04:00
Automatic merge from submit-queue (batch tested with PRs 37701, 36702, 37145, 37424, 38261) Limit unbound label cardinality on request errors This converts all request errors to the string `<error>` instead of passing the full error string. Error strings can have arbitrary values and thus have a cardinality that is not suitable for a metric use case. Inspecting individual errors is a logging use case which can be handled separately by registering a client error handler. @kubernetes/sig-instrumentation |
||
|---|---|---|
| .. | ||
| fake | ||
| BUILD | ||
| client.go | ||
| client_test.go | ||
| config.go | ||
| config_test.go | ||
| plugin.go | ||
| plugin_test.go | ||
| request.go | ||
| request_test.go | ||
| transport.go | ||
| url_utils.go | ||
| url_utils_test.go | ||
| urlbackoff.go | ||
| urlbackoff_test.go | ||
| versions.go | ||