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 example for the promhttp handlers mention adding a ConstLabel {"handler": "some_handler"}.
When you do this, checkLabels will panic. I think it would make sense to not look at the ConstLabel when checking for labels. Otherwise you have to encode the handler name into the metric names to get sensible metrics for your handlers.