当前位置:   article > 正文

【RabbitMQ】之解决后台管理页面 Channels 报错提示_stats in management ui are disabled on this node

stats in management ui are disabled on this node

问题场景:

我们在 RabbitMQ 后台管理页面上点击 Channels 时如果出现提示:

Stats in management UI are disabled on this node
  • 1

问题原因:

The reason is that the default image disables metrics collector in the management_agent plugin:

# cat /etc/rabbitmq/conf.d/management_agent.disable_metrics_collector.conf 
management_agent.disable_metrics_collector = true
  • 1
  • 2

解决办法:

1、修改配置文件

cd  /etc/rabbitmq/conf.d/
echo management_agent.disable_metrics_collector = false > management_agent.disable_metrics_collector.conf
  • 1
  • 2

2、重启 RabbitMQ

如果是 Docker 容器的话,就重启相应的 RabbitMQ 容器。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/869976
推荐阅读
相关标签
  

闽ICP备14008679号