mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
clarify the description of the metric apiserver_storage_objects
This commit is contained in:
parent
35199e42a4
commit
084deb7a7c
@ -69,7 +69,7 @@ var (
|
|||||||
objectCounts = compbasemetrics.NewGaugeVec(
|
objectCounts = compbasemetrics.NewGaugeVec(
|
||||||
&compbasemetrics.GaugeOpts{
|
&compbasemetrics.GaugeOpts{
|
||||||
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. In case of a fetching error, the value will be -1.",
|
||||||
StabilityLevel: compbasemetrics.STABLE,
|
StabilityLevel: compbasemetrics.STABLE,
|
||||||
},
|
},
|
||||||
[]string{"resource"},
|
[]string{"resource"},
|
||||||
|
@ -320,7 +320,8 @@
|
|||||||
- 1e+08
|
- 1e+08
|
||||||
- 1e+09
|
- 1e+09
|
||||||
- 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. In case
|
||||||
|
of a fetching error, the value will be -1.
|
||||||
type: Gauge
|
type: Gauge
|
||||||
stabilityLevel: STABLE
|
stabilityLevel: STABLE
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user