Etcd store metricsetedit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

This is the store 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":"2016-05-23T08:05:34.853Z",
    "beat":{
        "hostname":"host.example.com",
        "name":"host.example.com"
    },

    "etcd":{
        "store":{
            "gets":{
                "success": 75,
                "fail": 4
            },
            "sets":{
                "success": 4,
                "fail": 2
            },
            "delete":{
                "success": 0,
                "fail": 0
            },
            "update":{
                "success": 0,
                "fail": 0
            },
            "create":{
                "success":2,
                "fail": 0
            },
            "compareandswap":{
                "success": 0,
                "fail": 0
            },
            "compareanddelete":{
                "success": 0,
                "fail": 0
            },
            "expire":{
                "count": 0
            },
            "watchers": 0
        }
    },

    "metricset":{
        "host":"localhost",
        "module":"etcd",
        "name":"store",
        "rtt":44269
    },

    "type":"metricsets"
}