Starlight for RabbitMQ metrics

Starlight for RabbitMQ exposes the following metrics in Prometheus format. You can monitor your clusters with these metrics.

The Starlight for RabbitMQ metrics are exposed under /metrics at port 8000 along with Pulsar metrics. To use a different port, configure the stats_server_port system property.

Metric types

Starlight for RabbitMQ metrics are either counters or gauges:

  • Counter: A cumulative metric that represents a single monotonically increasing counter. The value increases by default. You can reset the value to zero or restart your cluster.

  • Gauge: A metric that represents a single numerical value that can arbitrarily increase and decrease.

Metric prefixes

The prefix for the metric names depends on how you deployed Starlight for RabbitMQ:

  • Protocol handler: Metrics are prefixed with pulsar.

  • Proxy extension: Metrics are prefixed with pulsar_proxy.

  • Standalone mode: Metrics are prefixed with server.

Request metrics

The following metrics are available to monitor the requests handled by Starlight for RabbitMQ:

Name Type Description

PREFIX_rabbitmq_in_bytes

Counter

Counter of bytes in

PREFIX_rabbitmq_out_bytes

Counter

Counter of bytes out

PREFIX_rabbitmq_in_messages_total

Counter

Counter of messages in

PREFIX_rabbitmq_out_messages_total

Counter

Counter of messages out

PREFIX_rabbitmq_active_connections

Gauge

Number of connections currently active

PREFIX_rabbitmq_new_connections

Gauge

Number of connections being opened

Was this helpful?

Give Feedback

How can we improve the documentation?

© Copyright IBM Corporation 2026 | Privacy policy | Terms of use Manage Privacy Choices

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: Contact IBM