metronome icon indicating copy to clipboard operation
metronome copied to clipboard

Manage prometheus metrics differently

Open FlorentinDUBOIS opened this issue 6 years ago • 0 comments

Hi!

Actually, prometheus metrics are instantiate and hosted in a structure. This way to do it is not the best way I thinks. For example, if I instantiate two Job Consumer the application will crash because of a prometheus panic. This panic is called when we do the must register in the constructor.

FlorentinDUBOIS avatar Apr 24 '18 12:04 FlorentinDUBOIS