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
In prometheus/client_golang#1424, a new check was introduced to make sure the metric with the provided metricName is found.
We were depending on it not erroring. This PR removes that assumption and instead makes sure the metric does no longer existi using the CollectAndCount function.
Signed-off-by: Tim Ramlot <[email protected]>
0 commit comments