vSphere 主机指标集
编辑vSphere 主机指标集编辑
这是 vSphere 模块的 host
指标集。
这是一个默认指标集。如果主机模块未配置,则默认情况下会启用此指标集。
有关指标集中每个字段的描述,请参阅 导出字段 部分。
以下是由此指标集生成的示例文档
{ "@timestamp": "2022-09-06T06:41:22.128Z", "metricset": { "name": "host", "period": 10000 }, "service": { "address": "https://127.0.0.1:8989/sdk", "type": "vsphere" }, "event": { "module": "vsphere", "duration": 23519250, "dataset": "vsphere.host" }, "vsphere": { "host": { "cpu": { "used": { "mhz": 67 }, "total": { "mhz": 4588 }, "free": { "mhz": 4521 } }, "memory": { "free": { "bytes": 2822230016 }, "total": { "bytes": 4294430720 }, "used": { "bytes": 1472200704 } }, "network_names": [ "VM Network" ], "name": "DC0_H0" } } }