You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just following https://www.rabbitmq.com/prometheus.html documentation to enable rabbitmq plugin for prometheus, but when i enable the plugin i got the following erro.
rabbitmq-plugins enable prometheus_rabbitmq_exporter
The following plugins have been enabled:
prometheus_cowboy
prometheus
accept
prometheus_httpd
prometheus_rabbitmq_exporter
Applying plugin configuration to rabbit@ip-xx-x-xx-xxx... failed.
Error: {plugin_built_with_incompatible_erlang,"accept"}
Anyone already have this problem ?
Thanks.
Best Regards,
Pedro Castro
The text was updated successfully, but these errors were encountered:
@pdrcastro
The documentation you are referring to is for rabbitmq version 3.7.2. The Erlang/OTP versions changed in 3.7.x
I was also facing similar issue and the following versions worked for me:
get accept-0.3.3.ez
get prometheus-3.4.3.ez
get prometheus_httpd-2.1.8.ez
get prometheus_process_collector-1.3.0.ez
get prometheus_rabbitmq_exporter-v3.6.14.1.ez
Hi all,
I am just following https://www.rabbitmq.com/prometheus.html documentation to enable rabbitmq plugin for prometheus, but when i enable the plugin i got the following erro.
Anyone already have this problem ?
Thanks.
Best Regards,
Pedro Castro
The text was updated successfully, but these errors were encountered: