rabbitmq Management get exchanges detail 500 #3112
-
url:http://localhost:15672/api/exchanges/%2F/amq.rabbitmq.trace?msg_rates_age=3600&msg_rates_incr=60 rabbitmq-server logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
I cannot reproduce with any recent You can reset the stats database on one node or all of them, and use Prometheus and Grafana for monitoring. |
Beta Was this translation helpful? Give feedback.
-
It would be good to see what the ETS tables
|
Beta Was this translation helpful? Give feedback.
-
@lhoguin Is there anyone else to help me with this? |
Beta Was this translation helpful? Give feedback.
-
Below is a summary of what was discovered in one of the above threads (which I cannot mark as the final answer). This was due to missing tables that were not set up because management agent was configured to disable metrics management_agent.disable_metrics_collector = false makes the issue go away. |
Beta Was this translation helpful? Give feedback.
Below is a summary of what was discovered in one of the above threads (which I cannot mark as the final answer).
This was due to missing tables that were not set up because management agent was configured to disable metrics
but management UI/HTTP API was not.
management_agent.disable_metrics_collector = false
makes the issue go away.