mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Merge pull request #109579 from logicalhan/watch-cache-metric
remove stutter from alpha metric
This commit is contained in:
commit
8dd45ba46c
@ -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
Block a user