Lukáš Rynt
Lukáš Rynt
Thanks for the swift response. I created a [PR](https://github.com/twmb/franz-go/pull/820) for this. I would retain the API, feel free to correct me if you don't like it.
@mehranmeidani Thanks for the suggestion. I already tried passing the metrics to one common Prometheus registry, however the solution felt a bit hacky. Since kprom already creates its own registry,...
@mehranmeidani Thanks for sharing your example; the `Registerer` option is quite handy and I missed that. Building on your approach, though, I'd set up two clients with different client IDs,...
Thank you for making a time for this PR! Sorry for not responding sooner, but to answer your question. I designed this PR to not make any breaking changes to...
@twmb returning back to your review I actually found out, that my testing setup was flawed. The approach where one would initiate the metrics separately per client instead of reusing...
Yes, the comments are no longer relevant, thank you.