Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
RabbitMQ (Management API)RabbitMQ (Management API)
RabbitMQ (Management API)

RabbitMQ (Management API)

Monitor your Clusters, Nodes, Virtual Hosts and Queues.

Extension
Free trialDocumentation
The queue screen gives important insights about the queue health, including the Queue Depth, publish vs delivery rate, memory and others.

It also provides links to the Virtual Host, Node and Cluster.The cluster overview screen shows all RabbitMQ Clusters with some key metrics and drill down linksFrom the Cluster screen you can check the cluster health and drilldown to the Nodes, Virtual Hosts and Queues from that cluster.The Node screen contains important metrics about a RabbitMQ Node. It also let's you drilldown to the individual queues running on that node.
  • Product information
  • Release notes

Overview

This python extension connects to your RabbitMQ cluster via the Nodes Management API, to collect metrics for:

  • Clusters
  • Nodes
  • Virtual Hosts
  • Queues

These entities are then created in Dynatrace with relationships between them. The extension provides customized screens and metrics for each entity.

Use cases

With this extension you are able to monitor your RabbitMQ clusters directly via the Management API.

Get individual details about queues, virtual hosts, nodes and clusters.

Compatibility information

Your RabbitMQ broker must have the management plugin enabled. This is enabled by default.

The extension has been tested on clusters running:

  • 3.13.7
  • 4.0.9
  • 4.1.0

And the user must have rights to see the queues and nodes.

This extensions requires EEC 1.313+

Dynatrace
Documentation
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
screen chart groups
14
metric metadata
39
screen dql table
7
screen layout
8
list screen layout
4
screen entities lists
11
document dashboard
1
dashboards
1
generic relationship
5
generic type
4

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
Messagesrabbitmq.queue.messagesSum of ready and unacknowledged messages (queue depth).Count
Messages Readyrabbitmq.queue.messages_readyNumber of messages ready to be delivered to clients.Count
Messages Unacknowledgedrabbitmq.queue.messages_unacknowledgedNumber of messages delivered to clients but not yet acknowledged.Count
Message Bytesrabbitmq.queue.message_bytesSum of the size of all message bodies in the queue. This does not include the message properties (including headers) or any overhead.Byte
Memoryrabbitmq.queue.memoryBytes of memory allocated by the runtime for the queue, including stack, heap and internal structures.Byte
Consumersrabbitmq.queue.consumersNumber of consumers.Count
Publishrabbitmq.queue.publish.countCount of messages published.Count
Redeliverrabbitmq.queue.redeliver.countCount of subset of messages in deliver_get which had the redelivered flag set.Count
Messages Deliveredrabbitmq.queue.messages_delivered.countMessages delivered to consumers.Count
Messages Delivered No Ackrabbitmq.queue.messages_deliver_no_ack.countCount of messages delivered in no-acknowledgement mode to consumers.Count
Messages Dropped Unroutablerabbitmq.queue.drop_unroutable.countCount of messages dropped as unroutable.Count
Messages Returned Unroutablerabbitmq.queue.return_unroutable.countCount of messages returned to the publisher as unroutable.Count
Metric nameMetric keyDescriptionUnit
Memory Usedrabbitmq.node.mem_usedMemory used in bytes.Byte
Memory Limitrabbitmq.node.mem_limitPoint at which the memory alarm will go off.Byte
File Descriptors Usedrabbitmq.node.fd_usedUsed file descriptors.Count
File descriptors availablerabbitmq.node.fd_totalFile descriptors availableCount
Sockets Usedrabbitmq.node.sockets_usedFile descriptors used as sockets.Count
Sockets Availablerabbitmq.node.sockets_totalFile descriptors available to be used as sockets.Count
Disk Freerabbitmq.node.disk_freeDisk free space in bytes.Byte
Partitionsrabbitmq.node.partitionsNumber of network partitions this node is seeing.Count
Uptimerabbitmq.node.uptimeTime since the Erlang VM started, in milliseconds.MilliSecond
Garbage Collection Countrabbitmq.node.gc_num.countNumber of garbage collections.Count
Metric nameMetric keyDescriptionUnit
Messages (Cluster)rabbitmq.cluster.messagesTotal messages (ready + unacknowledged) in the clusterCount
Messages Ready (Cluster)rabbitmq.cluster.messages_readyTotal messages ready in the clusterCount
Messages Unacknowledged (Cluster)rabbitmq.cluster.messages_unacknowledgedTotal messages unacknowledged in the clusterCount
Consumers (Cluster)rabbitmq.cluster.consumersNumber of consumersCount
Connections (Cluster)rabbitmq.cluster.connectionsNumber of connectionsCount
Queuesrabbitmq.cluster.queuesNumber of queuesCount
Exchangesrabbitmq.cluster.exchangesNumber of exchangesCount
Channelsrabbitmq.cluster.channelsNumber of channelsCount
Messages Acknowledged (Cluster)rabbitmq.cluster.ack.countTotal messages acknowledged in the clusterCount
Messages Unacknowledged (Cluster)rabbitmq.cluster.unack.countTotal messages unacknowledged in the clusterCount
Messages Delivered (Cluster)rabbitmq.cluster.deliver_get.countTotal messages delivered in the clusterCount
Messages Published (Cluster)rabbitmq.cluster.publish.countTotal messages published in the clusterCount
Metric nameMetric keyDescriptionUnit
Messages (Virtual Host)rabbitmq.vhost.messagesSum of ready and unacknowledged messages for all queues in the Virtual Host.Count
Messages Ready (Virtual Host)rabbitmq.vhost.messages_readyNumber of messages ready to be delivered to clients for all queues in the Virtual Host.Count
Messages Unacknowledged (Virtual Host)rabbitmq.vhost.messages_unacknowledgedNumber of messages delivered to clients but not yet acknowledged for all queues in the Virtual Host.Count
Bytes Received (Virtual Host)rabbitmq.vhost.recv_oct.countTotal number of bytes received on the network for all queues in the Virtual Host.Byte
Bytes Sent (Virtual Host)rabbitmq.vhost.send_oct.countTotal number of bytes sent on the network for all queues in the Virtual Host.Byte

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

🐛 Bugs fixed in this version:

  • Fixed bug in which extension deployment failed due to missing Python module imports

Full version history

  • New Platform/Gen3 dashboard bundled with extension
  • Enriched entities with dt.security_context attribute

Full version history

  • Added support for gen3 charts/screens

Full version history

Version 2.1.4

  • Fix an issue where a division by zero would occur when no total sockets metric was available

Full version history

Version 2.1.3

  • Fix an issue where invalid characters like tabs were used on the virtual host name, creating invalid dimensions

Full version history

Version 2.1.2

  • Fix an issue where queues with special characters like tabs in the name were not being ingested

Full version history

Version 2.1.1

  • Fix an issue where certificates were validated even if the validate option was disabled.

Full version history

Version 2.1.0

  • Allow the extension to run from the OneAgent

Note: Existing monitoring configurations must be recreated because of the schema change

Full version history

Version 2.0.2

  • Add support for the credential vault
  • Add an option to ignore certificate validation
  • Add an option to provide the path to a custom certificate to validate the server ceritifcate

Full version history

Version 2.0.1

  • Add the sourceEntityType for all metrics, allowing Management Zones to be created for the different entities

Full version history

Version 2.0.0

Initial version with RabbitMQ Management API

Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityDigital ExperienceBusiness Observability
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

All

195 Results filtered by:

Palo Alto firewalls logo

Palo Alto firewalls

Palo Alto extension for problems detection

Extension
Confluent Cloud (Kafka) logo

Confluent Cloud (Kafka)

Remotely monitor your Confluent Cloud Kafka Clusters and other resources!

Extension
Kong - Prometheus logo

Kong - Prometheus

Monitor Prometheus metrics exposed by Kong and proxied upstream services

Extension
Nutanix Clusters logo

Nutanix Clusters

Monitor Nutanix clusters' performance, usage and availability, with Nutanix API.

Extension
Luna Network HSM Device logo

Luna Network HSM Device

Monitor your Luna Network Hardware Security Module (HSM) Devices through SNMP.

Extension
Consul Service Mesh (StatsD) logo

Consul Service Mesh (StatsD)

Extend visibility into your Consul Service Mesh instances to monitor health and improve performance.

Extension
Microsoft IIS logo

Microsoft IIS

Flexible and secure web server for hosting with Windows Server.

Extension
Kubernetes Monitoring Statistics logo

Kubernetes Monitoring Statistics

Troubleshoot your Dynatrace Kubernetes monitoring and Prometheus integration.

Extension
Snyk logo

Snyk

Ingest Snyk vulnerability findings, scans, and audit logs.

Extension
Citrix DaaS & Virtual Apps and Desktops logo

Citrix DaaS & Virtual Apps and Desktops

Gain insight into your Citrix DaaS & Virtual Apps and Desktops environments

Extension
Google Memorystore logo

Google Memorystore

Get insights into Google Memorystore service metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Databricks Workspace logo

Databricks Workspace

Remotely monitor your Databricks Workspaces!

Extension
UPS Device logo

UPS Device

Monitor your Uninterruptible Power Supplies (UPS) over SNMP

Extension
Google App Engine (integration) logo

Google App Engine (integration)

Insights into Google App Engine service metrics collected from Operations API

Extensioncoming soon
Traceroute logo

Traceroute

Run traceroute commands and collect step performance metrics

Extension
[Deprecated] Kubernetes PVCs logo

[Deprecated] Kubernetes PVCs

Monitor your Kubernetes persistent volume claims and alert on capacity limits.

Extension
Google Cloud Storage Transfer logo

Google Cloud Storage Transfer

Get insights into Google Cloud Storage Transfer metrics collected from the Google Operations API to ensure health of cloud infrastructure.

Extension
NVIDIA GPU logo

NVIDIA GPU

Monitor base parameters of the GPU, including load, memory and temperature

Extension
Oracle Database logo

Oracle Database

Observe, analyze and optimize the usage, health and performance of your database

Extension
Cisco ACI/APIC logo

Cisco ACI/APIC

Get insights into your Cisco Application Centric Infrastructure (ACI)

Extension
Dell iDRAC logo

Dell iDRAC

Connect to the Redfish API to get insights into your Dell iDRAC environment

Extension
Azure Managed Apache Cassandra logo

Azure Managed Apache Cassandra

Gain insights into your Azure Managed Cassandra Instance health and performance

Extension
PayShield HSM Device logo

PayShield HSM Device

Monitor PayShield Payment Hardware Security Module (HSM) Devices through SNMP.

Extension
NetApp OnTap (Remote) logo

NetApp OnTap (Remote)

Remote extension that collects NetApp OnTap metrics from the OnTap 9.6+ API.

Extension
Google Firestore in Datastore mode logo

Google Firestore in Datastore mode

Get insights into Google Firestore in Datastore mode metrics collected from the Google Operations API to ensure health of infrastructure.

Extension
Redis (2.0) logo

Redis (2.0)

Collect important additional data for your Redis instances.

Extension
PHP-FPM logo

PHP-FPM

Monitor the PHP-FPM status of your applications with this extension.

Extension
Timedrift Monitoring logo

Timedrift Monitoring

Monitor your host's NTP/Chrony Time Offset!

Extension
Apache Kafka logo

Apache Kafka

Automatic and intelligent observability with trace and metric insights.

Extension
MongoDB (local or remote monitoring) logo

MongoDB (local or remote monitoring)

Monitor your MongoDB servers either locally or remotely!

Extension
Connection Pools: C3P0 logo

Connection Pools: C3P0

Application server method of pooling and sharing connections to a database.

Extension
AWS Entities for Metric Streaming logo

AWS Entities for Metric Streaming

Analyse metrics in the context of an entity based on AWS Metric Streaming.

Extension
MongoDB Atlas logo

MongoDB Atlas

Remotely monitor your SaaS installation of MongoDB (Atlas)

Extension
Microsoft SQL Server logo

Microsoft SQL Server

Improve the health and performance monitoring of your Microsoft SQL Servers.

Extension
IBM MQ Appliance logo

IBM MQ Appliance

Monitor your IBM MQ Appliances over SNMP

Extension
Google Apigee logo

Google Apigee

Get insights into Google Apigee service metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Oracle Autonomous Database on OCI logo

Oracle Autonomous Database on OCI

Monitor health and performance of the Oracle Autonomous Database.

Extension
Google Pub/Sub Lite logo

Google Pub/Sub Lite

Get insights into Google Pub/Sub Lite service metrics collected from the Google Operations API to ensure health of the cloud infrastructure.

Extension
Infoblox DDI logo

Infoblox DDI

Monitor Infoblox DDI using SNMP

Extension
SAP HANA Database (remote monitoring) logo

SAP HANA Database (remote monitoring)

Easily understand the health and performance of your SAP HANA databases.

Extension
Connection Pools: WebSphere Liberty logo

Connection Pools: WebSphere Liberty

Application server method of pooling and sharing connections to a database.

Extension
Google Cloud Composer logo

Google Cloud Composer

Get insights into Google Cloud Composer metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Google Cloud Spanner logo

Google Cloud Spanner

Get insights into Google Cloud Spanner metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
IBM i logo

IBM i

Collect performance data from your IBM i Hosts via this Remote extension.

Extension
Google reCAPTCHA Enterprise logo

Google reCAPTCHA Enterprise

Get insights into Google reCAPTCHA Enterprise metrics collected from the Google Operations API to ensure health of your cloud infrastructure

Extension
.NET logo

.NET

Automatic end-to-end observability for .NET applications and processes.

Extension
Google Cloud's operations suite logo

Google Cloud's operations suite

Get insights into Google Cloud's operations suite metrics collected from the Google Operations API to ensure health of cloud infrastructure.

Extension
Google Vertex AI logo

Google Vertex AI

Get insights into Google Vertex AI service metrics.

Extension
Oracle Exadata logo

Oracle Exadata

Monitor Oracle Exadata systems for performance, usage and availability

Extension
Cisco Catalyst Center (DNA Center) logo

Cisco Catalyst Center (DNA Center)

Get insights into the Cisco Catalyst Center infrastructure (f.k.a. DNA Center).

Extension