Aerospike namespace metricsetedit

This is the namespace metricset of the Aerospike 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": "2016-05-23T08:05:34.853Z",
    "aerospike": {
        "namespace": {
            "client": {
                "delete": {
                    "error": 0,
                    "not_found": 0,
                    "success": 0,
                    "timeout": 0
                },
                "read": {
                    "error": 0,
                    "not_found": 0,
                    "success": 0,
                    "timeout": 0
                },
                "write": {
                    "error": 0,
                    "success": 0,
                    "timeout": 0
                }
            },
            "device": {
                "available": {
                    "pct": 99
                },
                "free": {
                    "pct": 100
                },
                "total": {
                    "bytes": 4294967296
                },
                "used": {
                    "bytes": 0
                }
            },
            "hwm_breached": false,
            "memory": {
                "free": {
                    "pct": 100
                },
                "used": {
                    "data": {
                        "bytes": 0
                    },
                    "index": {
                        "bytes": 0
                    },
                    "sindex": {
                        "bytes": 0
                    },
                    "total": {
                        "bytes": 0
                    }
                }
            },
            "name": "test",
            "node": {
                "host": "127.0.0.1:3000",
                "name": "BB94D7CC01BE20A"
            },
            "objects": {
                "master": 0,
                "total": 0
            },
            "stop_writes": false
        }
    },
    "beat": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "metricset": {
        "host": "localhost:3000",
        "module": "aerospike",
        "name": "namespace",
        "rtt": 115
    }
}