• /
  • EnglishEspañolFrançais日本語한국어Português
  • EntrarComeçar agora

RabbitMQ OpenTelemetry metrics reference

This comprehensive reference documents all RabbitMQ metrics collected by the OpenTelemetry Collector integration. Each metric includes detailed descriptions and practical NRQL query examples.

Dica

New to RabbitMQ monitoring? Start with the overview guide to understand the integration architecture and deployment options.

Understanding RabbitMQ metrics

The RabbitMQ OpenTelemetry integration collects metrics through the RabbitMQ management API, providing comprehensive visibility into your message broker's health and performance.

Metric categories:

  • Node metrics - Node-level resource usage including memory, disk, file descriptors, and Erlang VM statistics
  • Queue metrics - Message counts, consumer activity, and queue-level throughput per queue
  • Message metrics - Message publishing, delivery, and acknowledgment rates
  • I/O metrics - Disk read/write operations and latency for message persistence
  • Connection metrics - Connection and channel lifecycle events

Common metric attributes:

All metrics include these attributes for filtering and grouping:

  • instrumentation.provider = 'opentelemetry' - Identifies metrics from this integration
  • rabbitmq.deployment.name - Your deployment identifier
  • rabbitmq.server.endpoint - Management API endpoint
  • host.name - Hostname where RabbitMQ is running

Importante

When querying RabbitMQ metrics, always include instrumentation.provider = 'opentelemetry' in your WHERE clause to ensure you're only getting data from this integration.

Node resource metrics

Node resource metrics track memory, disk, file descriptors, and Erlang VM resources for each RabbitMQ node.

Memory metrics

Disk metrics

File descriptor and socket metrics

Erlang VM metrics

Garbage collection metrics

I/O and persistence metrics

I/O metrics track disk read/write operations and latency for message persistence.

Disk I/O operations

Message store metrics

Mnesia database metrics

Queue metrics

Queue metrics provide insights into message flow, backlogs, and consumer activity per queue.

Connection and lifecycle metrics

Connection and lifecycle metrics track connection, channel, and queue lifecycle events.

What's next?

Now that you have the complete RabbitMQ metrics reference, put this knowledge to use:

Learn more:

Take action:

Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.