updated name of metric

This commit is contained in:
JD Nurme 2022-01-05 18:19:14 +00:00
parent 9529c8ff8e
commit b0d52b491e

View File

@ -36,7 +36,7 @@ type ControllerMetrics struct {
func NewControllerMetrics() *ControllerMetrics {
controllerInstanceCount := k8smetrics.NewGaugeVec(
&k8smetrics.GaugeOpts{
Name: "managed_controller_instances",
Name: "managed_controller_started",
Help: "Indicates where instances of a controller are currently running",
StabilityLevel: k8smetrics.ALPHA,
},