New

The executive guide to generative AI

Read more

NATS subscriptions metricset

edit

NATS subscriptions metricset

edit

This is the subscriptions metricset of the module nats collecting metrics about subscriptions.

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.

Fields

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp":"2016-05-23T08:05:34.853Z",
    "beat":{
        "hostname":"beathost",
        "name":"beathost"
    },
    "metricset":{
        "host":"localhost",
        "module":"nats",
        "name":"subscriptions",
        "rtt":44269
    },
    "nats":{
        "subscriptions":{
            "total": 0,
            "cache": {
                "hit_rate": 0.0,
                "size": 0,
                "fanout": {
                    "max": 0,
                    "avg": 0.0
                }
            },
            "inserts": 0,
            "removes": 0,
            "matches": 0
        }
    },
    "type":"metricsets"
}

On this page

Was this helpful?
Feedback