mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #120597 from machine424/apiserver_storage_objects
clarify the description of the metric apiserver_storage_objects
This commit is contained in:
commit
d147da0304
@ -69,7 +69,7 @@ var (
|
||||
objectCounts = compbasemetrics.NewGaugeVec(
|
||||
&compbasemetrics.GaugeOpts{
|
||||
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. In case of a fetching error, the value will be -1.",
|
||||
StabilityLevel: compbasemetrics.STABLE,
|
||||
},
|
||||
[]string{"resource"},
|
||||
|
@ -320,7 +320,8 @@
|
||||
- 1e+08
|
||||
- 1e+09
|
||||
- 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. In case
|
||||
of a fetching error, the value will be -1.
|
||||
type: Gauge
|
||||
stabilityLevel: STABLE
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user