Merge pull request #100082 from logicalhan/etcd-stable

rename apiserver_storage_object_counts to apiserver_storage_objects
This commit is contained in:
Kubernetes Prow Robot
2021-03-11 16:24:30 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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,
},

View File

@@ -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