RabbitMQ connection metricsetedit

This is the connection metricset of the RabbitMQ module.

Fieldsedit

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "agent": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "event": {
        "dataset": "rabbitmq.connection",
        "duration": 115000,
        "module": "rabbitmq"
    },
    "metricset": {
        "name": "connection"
    },
    "rabbitmq": {
        "connection": {
            "channel_max": 65535,
            "channels": 8,
            "frame_max": 131072,
            "host": "::1",
            "name": "[::1]:60938 -\u003e [::1]:5672",
            "octet_count": {
                "received": 3764,
                "sent": 3840
            },
            "packet_count": {
                "pending": 0,
                "received": 376,
                "sent": 376
            },
            "peer": {
                "host": "::1",
                "port": 60938
            },
            "port": 5672,
            "type": "network"
        },
        "node": {
            "name": "nodename"
        },
        "vhost": "/"
    },
    "service": {
        "address": "127.0.0.1:53939",
        "type": "rabbitmq"
    },
    "user": {
        "name": "guest"
    }
}