Ceph cluster_health 度量集

编辑

Ceph cluster_health 度量集

编辑

这是 Ceph 模块的 cluster_health 度量集。

这是一个默认的度量集。如果主机模块未配置,则默认启用此度量集。

字段

有关度量集每个字段的说明,请参见导出字段 部分。

这是一个此度量集生成的示例文档

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "agent": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "ceph": {
        "cluster_health": {
            "overall_status": "HEALTH_OK",
            "timechecks": {
                "epoch": 3,
                "round": {
                    "status": "finished",
                    "value": 0
                }
            }
        }
    },
    "event": {
        "dataset": "ceph.cluster_health",
        "duration": 115000,
        "module": "ceph"
    },
    "metricset": {
        "name": "cluster_health"
    },
    "service": {
        "address": "127.0.0.1:5000",
        "type": "ceph"
    }
}