This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ var (
|
|||||||
Help: "The total number of remote negotiations",
|
Help: "The total number of remote negotiations",
|
||||||
})
|
})
|
||||||
grainSyncCount = promauto.NewCounter(prometheus.CounterOpts{
|
grainSyncCount = promauto.NewCounter(prometheus.CounterOpts{
|
||||||
Name: "cart_grain_spawned_total",
|
Name: "cart_grain_sync_total",
|
||||||
Help: "The total number of grain owner changes",
|
Help: "The total number of grain owner changes",
|
||||||
})
|
})
|
||||||
connectedRemotes = promauto.NewGauge(prometheus.GaugeOpts{
|
connectedRemotes = promauto.NewGauge(prometheus.GaugeOpts{
|
||||||
|
|||||||
Reference in New Issue
Block a user