mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
remove stutter from alpha metric
Change-Id: I6669225943a4196cfe70659fa296a0f81a0ab682
This commit is contained in:
parent
2e55595d3b
commit
a9665c2d58
@ -95,7 +95,7 @@ var (
|
|||||||
&metrics.CounterOpts{
|
&metrics.CounterOpts{
|
||||||
Namespace: namespace,
|
Namespace: namespace,
|
||||||
Subsystem: subsystem,
|
Subsystem: subsystem,
|
||||||
Name: "watch_cache_initializations_total",
|
Name: "initializations_total",
|
||||||
Help: "Counter of watch cache initializations broken by resource type.",
|
Help: "Counter of watch cache initializations broken by resource type.",
|
||||||
StabilityLevel: metrics.ALPHA,
|
StabilityLevel: metrics.ALPHA,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user