Monitoring, Metrics, and Alerts
Use the platform monitoring dashboards and alerting policies to observe RabbitMQ resource usage, broker health, queue growth, and traffic patterns. Monitoring should answer two different questions:
- Is the instance healthy enough to accept traffic?
- Is the workload keeping up with its message volume and retention targets?
TOC
Metrics CollectionKey Metric CategoriesRecommended Alert SignalsHow to Interpret Common SignalsAlert Policy GuidanceRelated InformationMetrics Collection
The platform collects RabbitMQ metrics by default. The embedded monitoring panel presents the most common broker and resource signals for operational inspection and performance tuning.
By default, RabbitMQ metrics are exposed by the broker on port 15692. If standalone exporter integration is enabled (spec.exporter.enabled=true), metrics are also available from the exporter service on port 9419.
Verify that the broker listener is present:
Verify that the Service exposes the expected ports:
Key Metric Categories
RabbitMQ exports mostly broker-level metrics by default. When you need detailed per-queue or per-exchange analysis, combine broker metrics with application metrics, queue inspection commands, and workload-specific dashboards.
Recommended Alert Signals
Create or tune alert policies for the following conditions:
How to Interpret Common Signals
Alert Policy Guidance
Go to the Application Service's Alerts > Alert Policies page to create alert policies for RabbitMQ. Built-in metrics are the fastest way to enable baseline coverage. When built-in metrics are not sufficient, create custom PromQL-based alerts and test them before you rely on them in production.
For more information on configuring and using alerts, see the platform Alert Management documentation.