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:
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 |
|---|---|---|
|
Counter |
Counter of bytes in |
|
Counter |
Counter of bytes out |
|
Counter |
Counter of messages in |
|
Counter |
Counter of messages out |
|
Gauge |
Number of connections currently active |
|
Gauge |
Number of connections being opened |