Closed gerhard closed 4 years ago
Some properties had queue_ prepended, while others used messages_ (plural) instead of message_. This meant that metrics such as rabbitmq_queue_consumers were not reported correctly, as captured in https://github.com/rabbitmq/rabbitmq-prometheus/issues/9#issuecomment-558233464
queue_
messages_
message_
rabbitmq_queue_consumers
The test needs fixing before this can be merged, it's currently failing with:
$ make ct-rabbit_prometheus_http t=with_metrics:metrics_test == rabbit_prometheus_http_SUITE == * [with_metrics] rabbit_prometheus_http_SUITE > with_metrics {error, {shutdown, {gen_server,call, [<0.245.0>, {call, {'basic.cancel',<<"amq.ctag-uHUunE5EoozMKYG8Bf6s1Q">>, false}, none,<0.252.0>}, infinity]}}}
Closes #19
This was backported to v3.8.x.
v3.8.x
Some properties had
queue_
prepended, while others usedmessages_
(plural) instead ofmessage_
. This meant that metrics such asrabbitmq_queue_consumers
were not reported correctly, as captured in https://github.com/rabbitmq/rabbitmq-prometheus/issues/9#issuecomment-558233464The test needs fixing before this can be merged, it's currently failing with:
Closes #19