rabbitmq_prometheus plugin can not listen to ipv6 #2672
-
hi, we have a nice running rabbitmq cluster on 3.8.9 with erlang 23.1. The cluster is ipv6 only. I tried to add this lines to our config: {rabbitmq_prometheus, This also did not help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The plugin uses prometheus.tcp.ip = … for listener interface configuration. If you absolutely must use the advanced config format, the key is It should be no different from any other HTTP-based listener in its capabilities. |
Beta Was this translation helpful? Give feedback.
-
thx a lot. Can we improve the documentation? I don't see the rabbitmq_prometheus.tcp_config.ip in any type of documentation I could found. |
Beta Was this translation helpful? Give feedback.
The plugin uses
prometheus.tcp.ip = …
for listener interface configuration. If you absolutely must use the advanced config format, the key is
rabbitmq_prometheus.tcp_config.ip
, notrabbitmq_prometheus.listener.ip
.It should be no different from any other HTTP-based listener in its capabilities.