We want to enable rabbitmq shovel prometheus metrics on a space.
Command: [sudo] rabbitmq-plugins enable rabbitmq_shovel_prometheus
Source: rabbitmq-server/deps/rabbitmq_shovel_prometheus/README.md at main ยท rabbitmq/rabbitmq-server
TAS with rabbitmq tile and existing services deployed
The plugin is not enabled by default and requires to be enabled manually
Using cf cli
target the desired ORG and SPACE
Identify the service deployed that requires update
cf services
Get the UUID of the target RMQ service
cf service <NAME> --guid
Using the guid get VMs from bosh
bosh -d service-instance_<GUID> vms
ssh to each VM and execute:
sudo rabbitmq-plugins enable rabbitmq_shovel_prometheus
to verify
sudo rabbitmq-plugins list | grep sudo rabbitmq-plugins