apiserver/pkg/endpoints/metrics
Lukasz Szaszkiewicz 383e99f309 stops puting a stacktrace of aborted requests in the logs
Aborted requests are the ones that were disrupted with http.ErrAbortHandler.
For example, the timeout handler will panic with http.ErrAbortHandler when a response to the client has been already sent
and the timeout elapsed.

Additionally, a new metric requestAbortsTotal was defined to count aborted requests. The new metric allows for aggregation for each group, version, verb, resource, subresource and scope.

Kubernetes-commit: 057986e32c1bb7284b0edbc161f0380f1548492f
2020-09-24 10:07:24 +02:00
..
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
metrics.go stops puting a stacktrace of aborted requests in the logs 2020-09-24 10:07:24 +02:00
metrics_test.go fix a number of unbounded dimensions in request metrics (#89451) 2020-05-29 08:29:03 +00:00