NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
RabbitMQ queue metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
RabbitMQ queue metricset
editThis is the queue metricset of the module rabbitmq.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{
"@timestamp": "2017-08-21T21:06:47.437Z",
"@metadata": {
"beat": "metricbeat",
"type": "doc"
},
"rabbitmq": {
"queue": {
"disk": {
"writes": {
"count": 0
},
"reads": {
"count": 0
}
},
"consumers": {
"count": 5,
"utilisation": {}
},
"auto_delete": false,
"memory": {
"bytes": 144392
},
"state": "running",
"messages": {
"total": {
"count": 0,
"details": {
"rate": 2.2
}
},
"ready": {
"count": 0,
"details": {
"rate": 0
}
},
"unacknowledged": {
"count": 0,
"details": {
"rate": 0.5
}
},
"persistent": {
"count": 0
}
},
"durable": true,
"vhost": "/",
"arguments": {
"max_priority": 9
},
"exclusive": false,
"node": "rabbit@localhost",
"name": "myfancyqueue"
}
},
"metricset": {
"module": "rabbitmq",
"name": "queue",
"host": "localhost:15672",
"rtt": 6730
},
"beat": {
"version": "7.0.0-alpha1",
"name": "name",
"hostname": "hostname"
}
}