Enable rabbitmq_top plugin

Useful to find out which processes have the most number of reductions

[#166819045]
This commit is contained in:
Gerhard Lazu 2019-06-24 18:25:31 +01:00
parent 5e280c0281
commit d22e97dd52
1 changed files with 3 additions and 1 deletions

View File

@ -284,7 +284,9 @@ RUN set -eux; \
rabbitmqadmin --version
EXPOSE 15671 15672
# rabbitmq_top
RUN rabbitmq-plugins enable --offline rabbitmq_top && \
rabbitmq-plugins is_enabled rabbitmq_top --offline
# rabbitmq_prometheus
RUN rm /plugins/rabbit_common*.ez