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 crate we use hashes all the metrics information (namespace and labels) from all registered Collectors and will error out if the same hash was previously registered.
this information is gathered by the crate when calling the desc method of the Collector trait, and right now our implementation of that is returning an empty vec