unique name
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m47s

This commit is contained in:
matst80
2024-11-09 19:27:15 +01:00
parent c858245ad9
commit a56570bc09

View File

@@ -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{