Ceph mgr_cluster_health 度量集

编辑

Ceph mgr_cluster_health 度量集

编辑

此功能处于测试阶段,可能会发生变化。其设计和代码不如正式 GA 功能成熟,按“原样”提供,不提供任何担保。测试版功能不受正式 GA 功能的支持服务级别协议 (SLA) 的约束。

这是 Ceph 模块的 mgr_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.mgr_cluster_health",
        "duration": 115000,
        "module": "ceph"
    },
    "metricset": {
        "name": "mgr_cluster_health"
    },
    "service": {
        "address": "127.0.0.1:8003",
        "type": "ceph"
    }
}