Astradot
  • Home
  • Release Notes
  • Security and Privacy
  • System Agent
    • Installation on Linux
    • Datadog Agent Integration
    • Installation on Kubernetes
    • Datadog Agent Integration
    • Environment Variables
    • Config File
    • AWS Integration
  • Application Agent
    • Java Agent
  • Infrastructure Integrations
    • Apache
    • AWS ElasticCache
    • AWS RDS
    • HAProxy
    • MongoDB
    • MySQL
    • Nginx
    • PgBouncer
    • PostgreSQL
    • RabbitMQ
    • Redis
    • Consul
    • Etcd
    • Oracle
Powered by GitBook
On this page
  • Integration Installation
  • Metrics

Was this helpful?

  1. Infrastructure Integrations

RabbitMQ

PreviousPostgreSQLNextRedis

Last updated 2 years ago

Was this helpful?

Integration Installation

  1. Install the Astradot Infra Agent on your server

  2. Enable the plugin

  3. Edit /etc/astradot-infra/integrations/rabbitmq.toml

    #For every rabbitmq instance to monitor, add an [[instance]] block
    [[instance]]
    #The api url of the RabbitMQ Managment Plugin
    url = "http://localhost:15672/api"
    user = "guest"
    password = "guest"
  4. Restart astradot-infra agent

    service astradot-infra restart

Metrics

Metric
Description

General - 'xx'

Count of 'xx' item

Messages - Published

Rate of messages published

Messages - Get

Rate of messages delivered in acknowledgement mode in response to basic.get

Messages - Get - No Ack

Rate of messages delivered in no-acknowledgement mode in response to basic.get

Messages - Delivered

Rate of messages delivered in acknowledgement mode to consumers

Messages - Delivered - No Ack

Rate of messages delivered in no-acknowledgement mode to consumers

Messages - Deliver - Get

Sum of Get, Get- No Ack, Delivered, Delivered - No Ack

Messages - Confirm

Rate of messages confirmed

Messages - Consumer Ack

Rate of messages delivered to clients and acknowledged

Messages - Redeliver

Rate of subset of messages in deliver_get which had the redelivered flag set

Messages - Return - Unroutable

Rate of messages returned to publisher as unroutable

Disk - Read/Write

Read/Write rate to disk

RabbitMQ management