updated name to address han's comments

This commit is contained in:
JD Nurme 2022-01-18 19:33:41 +00:00
parent b0d52b491e
commit 6d2dd9952b

View File

@ -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,
},