mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
updated name to address han's comments
This commit is contained in:
parent
b0d52b491e
commit
6d2dd9952b
@ -36,7 +36,7 @@ type ControllerMetrics struct {
|
||||
func NewControllerMetrics() *ControllerMetrics {
|
||||
controllerInstanceCount := k8smetrics.NewGaugeVec(
|
||||
&k8smetrics.GaugeOpts{
|
||||
Name: "managed_controller_started",
|
||||
Name: "running_managed_controllers",
|
||||
Help: "Indicates where instances of a controller are currently running",
|
||||
StabilityLevel: k8smetrics.ALPHA,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user