Commit c323b81e authored by Andreas Bigger's avatar Andreas Bigger

labeling issue

parent 2a91d6dd
...@@ -87,8 +87,7 @@ func NewMetrics() *Metrics { ...@@ -87,8 +87,7 @@ func NewMetrics() *Metrics {
Name: "executors", Name: "executors",
Help: "Number of active and idle executors", Help: "Number of active and idle executors",
}, []string{ }, []string{
"active", "status",
"idle",
}), }),
moves: factory.NewCounter(prometheus.CounterOpts{ moves: factory.NewCounter(prometheus.CounterOpts{
Namespace: Namespace, Namespace: Namespace,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment