mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
rename apiserver_storage_object_counts to conform to best practices (apiserver_storage_objects)
Change-Id: I8c08a37cd3ed7c943a6691185f750e55d389dd3a
This commit is contained in:
parent
4740173f33
commit
50e6f15dee
@ -54,7 +54,7 @@ var (
|
||||
)
|
||||
objectCounts = compbasemetrics.NewGaugeVec(
|
||||
&compbasemetrics.GaugeOpts{
|
||||
Name: "apiserver_storage_object_counts",
|
||||
Name: "apiserver_storage_objects",
|
||||
Help: "Number of stored objects at the time of last check split by kind.",
|
||||
StabilityLevel: compbasemetrics.STABLE,
|
||||
},
|
||||
|
@ -65,7 +65,7 @@
|
||||
- subresource
|
||||
- verb
|
||||
- version
|
||||
- name: apiserver_storage_object_counts
|
||||
- name: apiserver_storage_objects
|
||||
help: Number of stored objects at the time of last check split by kind.
|
||||
type: Gauge
|
||||
stabilityLevel: STABLE
|
||||
|
Loading…
Reference in New Issue
Block a user