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:
@@ -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
|
||||
|
Reference in New Issue
Block a user