IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RabbitMQ connection metricset
editRabbitMQ connection metricset
editThis is the connection
metricset of the RabbitMQ module.
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": "2019-03-01T08:05:34.853Z", "event": { "dataset": "rabbitmq.connection", "duration": 115000, "module": "rabbitmq" }, "metricset": { "name": "connection" }, "rabbitmq": { "connection": { "channel_max": 65535, "channels": 2, "frame_max": 131072, "host": "::1", "name": "[::1]:60940 -\u003e [::1]:5672", "octet_count": { "received": 3057, "sent": 3344 }, "packet_count": { "pending": 0, "received": 352, "sent": 352 }, "peer": { "host": "::1", "port": 60940 }, "port": 5672, "type": "network" }, "node": { "name": "nodename" }, "vhost": "/" }, "service": { "address": "127.0.0.1:55555", "type": "rabbitmq" }, "user": { "name": "guest" } }