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

accept The following plugins have been configured: rabbitmq_management rabbitmq_management_agent rabbitmq_web_dispatch Applying plugin configuration to rabbit@mq02... ** (CaseClauseError) no case clause matching: {:plugin_module_unloadable, 'prometheus_process_collector', {:error, :on_load_failure}} (rabbitmqctl) lib/rabbitmq/cli/plugins/plugins_helpers.ex:218: RabbitMQ.CLI.Plugins.Helpers.update_enabled_plugins/2 (rabbitmqctl) lib/rabbitmq/cli/plugins/plugins_helpers.ex:115:...

There is an error in enabling plugins under rabbitmq 3.7.12, plugin version 3.7.9.1 ``` [root@rabbit04 plugins]# rabbitmq-plugins enable prometheus_rabbitmq_exporter Enabling plugins on node rabbit@rabbit04: prometheus_rabbitmq_exporter The following plugins have been...

The following error occurred when prometheus scrape metric: ![image](https://user-images.githubusercontent.com/35421150/130767486-7d25e623-ce70-40ce-991d-a9f9770f7061.png) The same label name does exist in the metric exposed by rabbitmq: ``` # TYPE rabbitmq_core_node_node_send_bytes counter # HELP rabbitmq_core_node_node_send_bytes Count...

The `flow` (or any other) state is not showing up in metrics `connections_total_enabled` was set to `true` After setting `connections_total_enabled` to `true` the node was rebooted. rabbitmq v3.8.8 Is it...

Attempt to solve #100. I tried building locally to test it but was unable to. After installing MSYS2 on my Win10 laptop with necessary packages I got errors when running...

While load testing my environment I found out that whenever a queue is in "flow" state the plugin crashes with error message copied below (from RabbitMQ's crash.log file). `2020-07-08 18:39:39...

Hello, **Issue**: unable to retrieve RabbitMQ metrics. Tried to "curl" the metrics endpoint from the localhost and after 1 minute i'm receiving the following output: curl http://127.0.0.1:15672/api/metrics curl: (52) Empty...

We're getting this error in logs when prometheus is scraping. It occurs to 3 of our 5 clustered RabbitMQ nodes and once it starts happening will happen until RabbitMQ is...

Greetings, I am aware that as of 3.8.0, RabbitMQ ships a built-in `rabbitmq_prometheus` plugin. We are however still running RabbitMQ 3.7.15 and using the `3.7.9.1` release of `prometheus_rabbitmq_exporter` which is...