Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce apiserver metric cardinality (#2531)
* Reduce apiserver metric cardinality Current releases of Kubernetes added new metrics that also have the same excessive bucket cardinality. Remove the extra buckets from these metrics. * `apiserver_request_sli_duration_seconds_bucket` * `etcd_request_duration_seconds_bucket` Also reduce the cardinality of apiserver byte histogram metrics. * `apiserver_request_bdy_size_bytes_bucket` This reduces API server metrics in our configuration by about 25%. Signed-off-by: SuperQ <[email protected]> * Apply suggestions from code review --------- Signed-off-by: SuperQ <[email protected]> Co-authored-by: Simon Pasquier <[email protected]>
- Loading branch information