Aerospike 命名空间指标集

编辑

Aerospike 命名空间指标集编辑

这是 Aerospike 模块的 namespace 指标集。

这是一个默认的指标集。如果主机模块未配置,则默认情况下启用此指标集。

字段

有关指标集中每个字段的描述,请参见 导出字段 部分。

以下是由此指标集生成的示例文档

{
    "@timestamp": "2017-10-12T08: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": "172.26.0.2:3000",
                "name": "BB902001AAC4202"
            },
            "objects": {
                "master": 0,
                "total": 0
            },
            "stop_writes": false
        }
    },
    "event": {
        "dataset": "aerospike.namespace",
        "duration": 115000,
        "module": "aerospike"
    },
    "metricset": {
        "name": "namespace"
    },
    "service": {
        "address": "172.26.0.2:3000",
        "type": "aerospike"
    }
}