mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 09:18:45 +00:00
Merge pull request #100082 from logicalhan/etcd-stable
rename apiserver_storage_object_counts to apiserver_storage_objects
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user