RabbitMQ fieldsedit

RabbitMQ module

rabbitmq fieldsedit

node fieldsedit

node

rabbitmq.node.disk.free.bytesedit

type: long

format: bytes

Disk free space in bytes.

rabbitmq.node.disk.free.limit.bytesedit

type: long

format: bytes

Point at which the disk alarm will go off.

rabbitmq.node.fd.totaledit

type: long

File descriptors available.

rabbitmq.node.fd.usededit

type: long

Used file descriptors.

rabbitmq.node.gc.num.countedit

type: long

Number of GC operations.

rabbitmq.node.gc.reclaimed.bytesedit

type: long

format: bytes

GC bytes reclaimed.

rabbitmq.node.io.file_handle.open_attempt.avg.msedit

type: long

File handle open avg time

rabbitmq.node.io.file_handle.open_attempt.countedit

type: long

File handle open attempts

rabbitmq.node.io.read.avg.msedit

type: long

File handle read avg time

rabbitmq.node.io.read.bytesedit

type: long

format: bytes

Data read in bytes

rabbitmq.node.io.read.countedit

type: long

Data read operations

rabbitmq.node.io.reopen.countedit

type: long

Data reopen operations

rabbitmq.node.io.seek.avg.msedit

type: long

Data seek avg time

rabbitmq.node.io.seek.countedit

type: long

Data seek operations

rabbitmq.node.io.sync.avg.msedit

type: long

Data sync avg time

rabbitmq.node.io.sync.countedit

type: long

Data sync operations

rabbitmq.node.io.write.avg.msedit

type: long

Data write avg time

rabbitmq.node.io.write.bytesedit

type: long

format: bytes

Data write in bytes

rabbitmq.node.io.write.countedit

type: long

Data write operations

rabbitmq.node.mem.limit.bytesedit

type: long

format: bytes

Point at which the memory alarm will go off.

rabbitmq.node.mem.used.bytesedit

type: long

Memory used in bytes.

rabbitmq.node.mnesia.disk.tx.countedit

type: long

Number of Mnesia transactions which have been performed that required writes to disk.

rabbitmq.node.mnesia.ram.tx.countedit

type: long

Number of Mnesia transactions which have been performed that did not require writes to disk.

rabbitmq.node.msg.store_read.countedit

type: long

Number of messages which have been read from the message store.

rabbitmq.node.msg.store_write.countedit

type: long

Number of messages which have been written to the message store.

rabbitmq.node.nameedit

type: keyword

Node name

rabbitmq.node.proc.totaledit

type: long

Maximum number of Erlang processes.

rabbitmq.node.proc.usededit

type: long

Number of Erlang processes in use.

rabbitmq.node.processorsedit

type: long

Number of cores detected and usable by Erlang.

rabbitmq.node.queue.index.journal_write.countedit

type: long

Number of records written to the queue index journal.

rabbitmq.node.queue.index.read.countedit

type: long

Number of records read from the queue index.

rabbitmq.node.queue.index.write.countedit

type: long

Number of records written to the queue index.

rabbitmq.node.run.queueedit

type: long

Average number of Erlang processes waiting to run.

rabbitmq.node.socket.totaledit

type: long

File descriptors available for use as sockets.

rabbitmq.node.socket.usededit

type: long

File descriptors used as sockets.

rabbitmq.node.typeedit

type: keyword

Node type.

rabbitmq.node.uptimeedit

type: long

Node uptime.

queue fieldsedit

queue

rabbitmq.queue.nameedit

type: keyword

The name of the queue with non-ASCII characters escaped as in C.

rabbitmq.queue.vhostedit

type: keyword

Virtual host name with non-ASCII characters escaped as in C.

rabbitmq.queue.durableedit

type: boolean

Whether or not the queue survives server restarts.

rabbitmq.queue.auto_deleteedit

type: boolean

Whether the queue will be deleted automatically when no longer used.

rabbitmq.queue.exclusiveedit

type: boolean

Whether the queue is exclusive (i.e. has owner_pid).

rabbitmq.queue.nodeedit

type: keyword

Node name.

rabbitmq.queue.stateedit

type: keyword

The state of the queue. Normally running, but may be "{syncing, MsgCount}" if the queue is synchronising. Queues which are located on cluster nodes that are currently down will be shown with a status of down.

rabbitmq.queue.arguments.max_priorityedit

type: long

Maximum number of priority levels for the queue to support.

rabbitmq.queue.consumers.countedit

type: long

Number of consumers.

rabbitmq.queue.consumers.utilisation.pctedit

type: long

format: percentage

Fraction of the time (between 0.0 and 1.0) that the queue is able to immediately deliver messages to consumers. This can be less than 1.0 if consumers are limited by network congestion or prefetch count.

rabbitmq.queue.messages.total.countedit

type: long

Sum of ready and unacknowledged messages (queue depth).

rabbitmq.queue.messages.ready.countedit

type: long

Number of messages ready to be delivered to clients.

rabbitmq.queue.messages.unacknowledged.countedit

type: long

Number of messages delivered to clients but not yet acknowledged.

rabbitmq.queue.messages.persistent.countedit

type: long

Total number of persistent messages in the queue (will always be 0 for transient queues).

rabbitmq.queue.memory.bytesedit

type: long

format: bytes

Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures.

rabbitmq.queue.disk.reads.countedit

type: long

Total number of times messages have been read from disk by this queue since it started.

rabbitmq.queue.disk.writes.countedit

type: long

Total number of times messages have been written to disk by this queue since it started.