NATS 连接度量集

编辑

这是 nats 模块的连接度量集,用于收集每个连接的指标。

字段

有关度量集每个字段的说明,请参阅导出字段部分。

这是一个此度量集生成的示例文档

{
    "@timestamp":"2016-05-23T08:05:34.853Z",
    "beat":{
        "hostname":"beathost",
        "name":"beathost"
    },
    "metricset":{
        "host":"localhost",
        "module":"nats",
        "name":"connections",
        "rtt":44269
    },
    "nats": {
        "server": {
            "id": "bUAdpRFtMWddIBWw80Yd9D",
            "time": "2018-12-28T12:33:53.026865597Z"
        },
        "connection": {
            "idle_time": 0,
            "in": {
                "bytes": 678867264,
                "messages": 42429204
            },
            "name": "NATS Benchmark",
            "out": {
                "bytes": 0,
                "messages": 0
            },
            "pending_bytes": 0,
            "subscriptions": 0,
            "uptime": 29
        }
    },
    "type":"metricsets"
}