uwsgi status metricsetedit

This module periodically fetches metrics from uWSGI servers.

Compatibilityedit

The uWSGI metricsets were tested with uWSGI 2.0.15 and are expected to work with all version >= 1.4.9

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

Fieldsedit

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

Here is an example document generated by this metricset:

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "event": {
        "dataset": "uwsgi.status",
        "duration": 115000,
        "module": "uwsgi"
    },
    "metricset": {
        "name": "status"
    },
    "service": {
        "address": "127.0.0.1:9192",
        "type": "uwsgi"
    },
    "uwsgi": {
        "status": {
            "core": {
                "id": 1,
                "read_errors": 0,
                "requests": {
                    "offloaded": 0,
                    "routed": 0,
                    "static": 0,
                    "total": 941
                },
                "worker_pid": 7,
                "write_errors": 0
            }
        }
    }
}