Skip to content
Snippets Groups Projects
Unverified Commit 69d9636b authored by Ben Kochie's avatar Ben Kochie Committed by GitHub
Browse files

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: default avatarSuperQ <superq@gmail.com>

* Apply suggestions from code review

---------

Signed-off-by: default avatarSuperQ <superq@gmail.com>
Co-authored-by: default avatarSimon Pasquier <spasquie@redhat.com>
parent 35a017a1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment