mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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 {
|
func NewControllerMetrics() *ControllerMetrics {
|
||||||
controllerInstanceCount := k8smetrics.NewGaugeVec(
|
controllerInstanceCount := k8smetrics.NewGaugeVec(
|
||||||
&k8smetrics.GaugeOpts{
|
&k8smetrics.GaugeOpts{
|
||||||
Name: "managed_controller_started",
|
Name: "running_managed_controllers",
|
||||||
Help: "Indicates where instances of a controller are currently running",
|
Help: "Indicates where instances of a controller are currently running",
|
||||||
StabilityLevel: k8smetrics.ALPHA,
|
StabilityLevel: k8smetrics.ALPHA,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user