johrstrom / jmeter-prometheus-plugin

A Prometheus Listener for Apache JMeter that exposes results in an http API
Apache License 2.0
166 stars 110 forks source link

Upgraded prometheus to newest version #122

Closed Stephan3555 closed 1 year ago

Stephan3555 commented 1 year ago

Upgraded Prometheus to latest version.

Fixed unit tests as there is a new default metric called "_created". See: https://github.com/prometheus/client_java/releases/tag/parent-0.10.0

Stephan3555 commented 1 year ago

@johrstrom would be nice if you could review my PR. I ugraded the prometheus client to newest version 0.16.0 and fixed the tests accordingly.

Stephan3555 commented 1 year ago

@johrstrom any update? :-)

johrstrom commented 1 year ago

Sorry for the delay, I'll carve out some time tonight to sort this out.

johrstrom commented 1 year ago

Hey, I'm so sorry for the delay. I'll get this pushed out in a tag shortly. I just had to rebase for you. The tests changes through me off a bit so I had to look up the changes upstream.

Thanks for the contribution and again, sorry for the delay.