You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prometheus.Unregister + prometheus.Register pattern in registerCollector can lose collected metrics. Consider using promauto or handling AlreadyRegisteredError by reusing the existing collector.
The prometheus.Unregister + prometheus.Register pattern in registerCollector can lose collected metrics. Consider using promauto or handling AlreadyRegisteredError by reusing the existing collector.