Enable rabbitmq_top plugin
Useful to find out which processes have the most number of reductions [#166819045]
This commit is contained in:
parent
5e280c0281
commit
d22e97dd52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue