Ceph cluster_status 指标集

编辑

Ceph cluster_status 指标集编辑

这是 Ceph 模块的 cluster_status 指标集。

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

字段

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

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

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "agent": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "ceph": {
        "cluster_status": {
            "degraded": {
                "objects": 0,
                "pct": 0,
                "total": 0
            },
            "misplace": {
                "objects": 0,
                "pct": 0,
                "total": 0
            },
            "osd": {
                "epoch": 3,
                "full": false,
                "in_osd_count": 0,
                "nearfull": false,
                "osd_count": 1,
                "remapped_pg_count": 0,
                "up_osd_count": 0
            },
            "pg": {
                "avail_bytes": 0,
                "data_bytes": 0,
                "total_bytes": 0,
                "used_bytes": 0
            },
            "traffic": {
                "read_bytes": 0,
                "read_op_per_sec": 0,
                "write_bytes": 0,
                "write_op_per_sec": 0
            },
            "version": 4
        }
    },
    "event": {
        "dataset": "ceph.cluster_status",
        "duration": 115000,
        "module": "ceph"
    },
    "metricset": {
        "name": "cluster_status"
    },
    "service": {
        "address": "127.0.0.1:5000",
        "type": "ceph"
    }
}