Can the records of rabbitmq's monitor queue be persisted? #9494
-
Requirement: Monitoring can be done after rabbtimq reboot and the monitoring logs are still there. Status: after rabbtimq restart, the previous record is gone, that is, the record is not persistent |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Sep 25, 2023
Replies: 2 comments
-
No, this data is not stored persistently inside RabbitMQ. Use an external monitoring system like Prometheus to store the metrics. |
Beta Was this translation helpful? Give feedback.
0 replies
-
And the docs explain the specific reasons why we recommend external monitoring. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And the docs explain the specific reasons why we recommend external monitoring.