unique name
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m47s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m47s
This commit is contained in:
@@ -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