rh-messaging / artemis-prometheus-metrics-plugin

Apache License 2.0
22 stars 20 forks source link

Fix MeterRegistry cast exception caused by the open telemetry java agent #14

Closed EdwardKuenen closed 1 year ago

EdwardKuenen commented 1 year ago

https://github.com/rh-messaging/artemis-prometheus-metrics-plugin/issues/12

brusdev commented 1 year ago

Do you mind if I amend your commit message to Fix MeterRegistry cast exception caused by the open telemetry java agent?

EdwardKuenen commented 1 year ago

I hope I did it correct. It is my first PR on an open source project ;)

brusdev commented 1 year ago

@EdwardKuenen I squashed your commit using git rebase -i HEAD~4 (of course I didn't change the commit author) and then I pushed your branch with the force option using git push ekuenen only-otel-agent-fix -f, I'll merge this PR in 1h unless you have any concerns.

jbertram commented 1 year ago

LGTM