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"
    }
}