Skip to content

RabbitMQ Exporter

RabbitMQ Exporter is used to expose metrics from a running RabbitMQ deployment.

Note

To deploy metric exporters you will first need to deploy the Prometheus Operator, see: (Deploy Prometheus).

Installation

Install the RabbitMQ Exporter

kubectl kustomize --enable-helm /opt/genestack/kustomize/prometheus-rabbitmq-exporter | \
    kubectl --namespace openstack apply --server-side -f -

Success

If the installation is successful, you should see the exporter pod in the openstack namespace.