Closed JamesFyyyah closed 5 years ago
In local:
server startup complete; 4 plugins started. rabbitmq_1 | prometheus_rabbitmq_exporter rabbitmq_1 | rabbitmq_management rabbitmq_1 | rabbitmq_web_dispatch rabbitmq_1 | rabbitmq_management_agent
In kub:
Server startup complete; 3 plugins started.
On my local docker the plugin in started automatically. Is it possible that I have to do it manually on Kub ? I ask because I sadly don't have access to the kub instance.
My bad, the 'enabled_plugins' section in .yaml needed an update:
enabled_plugins: | [prometheus_rabbitmq_exporter, rabbitmq_management].
My Kubernetes.yaml configuration file :
containers:
Rabbit instance starts well. But api/metrics give me the following response:
"error": "Object Not Found", "reason": "Not Found"
When I use this image for my local docker, it works fine.
Any idea ?