prometheus_rabbitmq_exporter icon indicating copy to clipboard operation
prometheus_rabbitmq_exporter copied to clipboard

Prometheus.io exporter as a RabbitMQ Managment Plugin plugin

Results 33 prometheus_rabbitmq_exporter issues
Sort by recently updated
recently updated
newest added

Trying to use plugin 3.7.9.1 for RabbitMQ Managment 3.8.0 but it not works. On pluging enable getting error: ``` Enabling plugins on node rabbit@830a664f00c1: prometheus_rabbitmq_exporter Problem reading some plugins: [{"/opt/rabbitmq/plugins/prometheus-4.3.0.ez",...

How do I disable core metrics? I couldn't disable them using configuration that I tried to set using some information I've found on #18, #51 and #77

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,}, {partitions,[]}, {alarms,[{'[email protected]',[]}, {'[email protected]',[]}, {'[email protected]',[]}]}]` and the plugin only runs on...

Hi. Does the plugin support new (ini-like) config type?

Hey Guys, I am very very new to this and I have questions. Where would I ask such questions? Thanks, Michael

Hi all, I am just following https://www.rabbitmq.com/prometheus.html documentation to enable rabbitmq plugin for prometheus, but when i enable the plugin i got the following erro. > rabbitmq-plugins enable prometheus_rabbitmq_exporter >...

Hello, I am following this tutorial https://www.rabbitmq.com/prometheus.html and I don't get any error in its steps. But when I try to used the curl `curl --verbose http://localhost:15672/api/metrics` I get the...

I'm trying to use this exporter with [this helm chart](https://github.com/helm/charts/tree/master/stable/rabbitmq-ha): helm install stable/rabbitmq-ha \ -n rabbitmq \ --namespace rabbit \ --set rabbitmqPassword=password \ --set rabbitmqMQTTPlugin.enabled=true \ --set replicaCount=1 \ --set...

Is there a way to detect queues not acknowledging any messages? For instance for consumers having a prefetch, if those are blocking on a specific message (not unacking nor acking)...

Hi there, thanks for this great plugin. Recently I tried to install it with an old rabbitmq cluster running 3.5.1 but it seems not working. At first I tried the...