Promote apiserver_requested_deprecated_apis metric to stable

This commit is contained in:
Jordan Liggitt 2021-05-11 16:24:58 -04:00
parent 9126048c9c
commit 7877539e30
2 changed files with 12 additions and 1 deletions

View File

@ -65,7 +65,7 @@ var (
&compbasemetrics.GaugeOpts{
Name: "apiserver_requested_deprecated_apis",
Help: "Gauge of deprecated APIs that have been requested, broken out by API group, version, resource, subresource, and removed_release.",
StabilityLevel: compbasemetrics.ALPHA,
StabilityLevel: compbasemetrics.STABLE,
},
[]string{"group", "version", "resource", "subresource", "removed_release"},
)

View File

@ -65,6 +65,17 @@
- subresource
- verb
- version
- name: apiserver_requested_deprecated_apis
help: Gauge of deprecated APIs that have been requested, broken out by API group,
version, resource, subresource, and removed_release.
type: Gauge
stabilityLevel: STABLE
labels:
- group
- removed_release
- resource
- subresource
- version
- name: apiserver_storage_objects
help: Number of stored objects at the time of last check split by kind.
type: Gauge