remove stutter from alpha metric
Change-Id: I6669225943a4196cfe70659fa296a0f81a0ab682 Kubernetes-commit: a9665c2d5834d3db881a524f3f64622949465a1d
This commit is contained in:
parent
f1cf36e8d7
commit
546d4052ee
|
|
@ -95,7 +95,7 @@ var (
|
|||
&metrics.CounterOpts{
|
||||
Namespace: namespace,
|
||||
Subsystem: subsystem,
|
||||
Name: "watch_cache_initializations_total",
|
||||
Name: "initializations_total",
|
||||
Help: "Counter of watch cache initializations broken by resource type.",
|
||||
StabilityLevel: metrics.ALPHA,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue