mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Promote apiserver_requested_deprecated_apis metric to stable
This commit is contained in:
parent
9126048c9c
commit
7877539e30
@ -65,7 +65,7 @@ var (
|
|||||||
&compbasemetrics.GaugeOpts{
|
&compbasemetrics.GaugeOpts{
|
||||||
Name: "apiserver_requested_deprecated_apis",
|
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.",
|
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"},
|
[]string{"group", "version", "resource", "subresource", "removed_release"},
|
||||||
)
|
)
|
||||||
|
@ -65,6 +65,17 @@
|
|||||||
- subresource
|
- subresource
|
||||||
- verb
|
- verb
|
||||||
- version
|
- 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
|
- name: apiserver_storage_objects
|
||||||
help: Number of stored objects at the time of last check split by kind.
|
help: Number of stored objects at the time of last check split by kind.
|
||||||
type: Gauge
|
type: Gauge
|
||||||
|
Loading…
Reference in New Issue
Block a user