Stan 订阅指标集编辑

NATS 流式服务器 (STAN) 订阅统计信息

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

字段

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

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

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "event": {
        "dataset": "stan.subscriptions",
        "duration": 115000,
        "module": "stan"
    },
    "metricset": {
        "name": "subscriptions",
        "period": 10000
    },
    "service": {
        "address": "localhost:32770",
        "type": "stan"
    },
    "stan": {
        "cluster": {
            "id": "test-cluster"
        },
        "server": {
            "id": "mNKuLCRmOZD79arLFAXiaJ"
        },
        "subscriptions": {
            "channel": "bar",
            "id": "benchmark-sub-2",
            "last_sent": 7195645,
            "offline": false,
            "pending": 1024,
            "stalled": true
        }
    }
}