Bartlomiej Plotka
Bartlomiej Plotka
Fix https://github.com/prometheus/prometheus/pull/15634
Another attempt https://github.com/prometheus/prometheus/pull/15637
First question, what's wrong with multiple patch releases? Having multiple patches, especially as many have upgrades automated, might be not that bad. Second, who will commit the time to try...
Similar, but non-conflicting idea https://github.com/prometheus/client_golang/issues/1648
Also please rebase as we updated CI.
> Hypothetically, if a system defined two metrics that are different in UTF-8 but the same when escaped, the escaped text exposition would show two entries for the "same" metric....
I also don't get https://github.com/prometheus/client_golang/pull/1641 goal. I thought this issue is to fail on registration, which is generally best-effort (e.g. there are cases of unchecked collectors etc) and that's fine....
Thanks, makes sense! > I also think maybe we should go back to failing at registration time since that's when the other collisions are caught. The trouble is that creates...
Don't think it's completed  Did you mean to close as not planned @ArthurSens ?