We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a 3 node kubernetes rabbitmq cluster using: https://github.com/rabbitmq/rabbitmq-peer-discovery-k8s/tree/master/examples/k8s_statefulsets Cluster status of node [email protected] ... [{nodes,[{disc,['[email protected]','[email protected]','[email protected]', '[email protected]']}]}, {running_nodes,['[email protected]','[email protected]','[email protected]']}, {cluster_name,<<"[email protected]">>}, {partitions,[]}, {alarms,[{'[email protected]',[]}, {'[email protected]',[]}, {'[email protected]',[]}]}] and the plugin only runs on one node: [E*] prometheus_rabbitmq_exporter 3.7.2.4 the other two nodes show: [E ] prometheus_rabbitmq_exporter 3.7.2.4 why is this? Is it because the cluster name is [email protected], the DNS name of the only node where the plugin is running?
Cluster status of node [email protected] ... [{nodes,[{disc,['[email protected]','[email protected]','[email protected]', '[email protected]']}]}, {running_nodes,['[email protected]','[email protected]','[email protected]']}, {cluster_name,<<"[email protected]">>}, {partitions,[]}, {alarms,[{'[email protected]',[]}, {'[email protected]',[]}, {'[email protected]',[]}]}]
[E*] prometheus_rabbitmq_exporter 3.7.2.4
[E ] prometheus_rabbitmq_exporter 3.7.2.4
[email protected]
The text was updated successfully, but these errors were encountered:
@pessoa does helm/charts#18106 help? It requires you to deploy RabbitMQ via Helm, specifically rabbitmq-ha.
rabbitmq-ha
Sorry, something went wrong.
No branches or pull requests
I have a 3 node kubernetes rabbitmq cluster using:
https://github.com/rabbitmq/rabbitmq-peer-discovery-k8s/tree/master/examples/k8s_statefulsets
Cluster status of node [email protected] ... [{nodes,[{disc,['[email protected]','[email protected]','[email protected]', '[email protected]']}]}, {running_nodes,['[email protected]','[email protected]','[email protected]']}, {cluster_name,<<"[email protected]">>}, {partitions,[]}, {alarms,[{'[email protected]',[]}, {'[email protected]',[]}, {'[email protected]',[]}]}]
and the plugin only runs on one node:
[E*] prometheus_rabbitmq_exporter 3.7.2.4
the other two nodes show:
[E ] prometheus_rabbitmq_exporter 3.7.2.4
why is this? Is it because the cluster name is
[email protected]
, the DNS name of the only node where the plugin is running?The text was updated successfully, but these errors were encountered: