bump apiserver_request_total to STABLE status

We've dropped the content-type field since it is effectively unbounded
(we had a sec-vuln about this before actually). We retain all other
fields, despite their unboundedness due to the fact that we can now
explicitly set bounds on label values.

Change-Id: Icc483fc6a17ea6382928f4448643cda6f3e21adb
This commit is contained in:
Han Kang
2021-03-04 07:52:00 -08:00
parent 7791be16eb
commit cfd00de686
5 changed files with 38 additions and 97 deletions

View File

@@ -0,0 +1,15 @@
- name: apiserver_request_total
help: Counter of apiserver requests broken out for each verb, dry run value, group,
version, resource, scope, component, and HTTP response code.
type: Counter
stabilityLevel: STABLE
labels:
- code
- component
- dry_run
- group
- resource
- scope
- subresource
- verb
- version