Replies: 1 comment
-
We don't have any specific documentation to Azure. Usually, you would ship the logs from rabbit, or any other component in Kubernetes, using a log exporter, like Fluentd or fluentbit. If you want to export metrics, similar to RabbitMQ UI, RabbitMQ exposes prometheus metrics; most systems (like Azure) are capable of ingesting this format of metrics, regardless if whether they use Prometheus. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a 3 node RabbitMQ cluster in kubernetes environment with Kubernetes cluster operator and messaging topology operator.
I can see the RMQ pod logs in Azure log analytics workspace.
But I would like to get the RMQ application logs in Azure log analytics workspace as visible in RMQ UI.
Does anyone have any idea how to configure it or any documentation available?
Beta Was this translation helpful? Give feedback.
All reactions