Kubernetes Pod 度量集编辑

这是 Kubernetes 模块的 pod 度量集。

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

字段

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

以下是由此度量集生成的示例文档

{
    "@timestamp": "2017-04-06T15:29:27.150Z",
    "beat": {
        "hostname": "beathost",
        "name": "beathost",
        "version": "6.0.0-alpha1"
    },
    "kubernetes": {
        "namespace": "ns",
        "node": {
          "name": "localhost",
        },
        "pod": {
            "name": "nginx-3137573019-pcfzh",
            "uid": "b89a812e-18cd-11e9-b333-080027190d51",
            "network": {
                "rx": {
                    "bytes": 18999261,
                    "errors": 0
                },
                "tx": {
                    "bytes": 28580621,
                    "errors": 0
                }
            },
            "start_time": "2017-04-06T12:09:05Z"
        }
    },
    "metricset": {
        "host": "localhost:10255",
        "module": "kubernetes",
        "name": "pod",
        "rtt": 636230
    },
    "type": "metricsets"
}