系统 raid 指标集
编辑系统 raid 指标集
编辑这是系统模块的 raid 指标集。它收集关于 raid 的统计信息。
此指标集在以下平台上可用:
- Linux
有关指标集中每个字段的描述,请参阅导出的字段部分。
以下是此指标集生成的示例文档
{ "@timestamp": "2017-10-12T08:05:34.853Z", "event": { "dataset": "system.raid", "duration": 115000, "module": "system" }, "metricset": { "name": "raid" }, "service": { "type": "system" }, "system": { "raid": { "blocks": { "synced": 0, "total": 4189184 }, "disks": { "active": 2, "failed": 0, "spare": 1, "states": { "in_sync": 2, "spare": 1 }, "total": 3 }, "level": "raid1", "name": "md0", "status": "clean", "sync_action": "repair" } } }