Etcd self metricsetedit

This is the self metricset of the module etcd.

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",
    "beat": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "etcd": {
        "self": {
            "id": "8e9e05c52164694d",
            "leaderinfo": {
                "leader": "8e9e05c52164694d",
                "starttime": "2017-12-07T07:20:33.241031712Z",
                "uptime": "9m4.919923089s"
            },
            "name": "default",
            "recv": {
                "appendrequest": {
                    "count": 0
                },
                "bandwidthrate": 0,
                "pkgrate": 0
            },
            "send": {
                "appendrequest": {
                    "count": 0
                },
                "bandwidthrate": 0,
                "pkgrate": 0
            },
            "starttime": "2017-12-07T07:20:32.340598119Z",
            "state": "StateLeader"
        }
    },
    "metricset": {
        "host": "etcd:2379",
        "module": "etcd",
        "name": "self",
        "rtt": 115
    }
}