This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
uWSGI status metricset
edituWSGI status metricset
editThis module periodically fetches metrics from uWSGI servers.
Compatibility
editThe 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.
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", "period": 10000 }, "service": { "address": "172.28.0.3:9191", "type": "uwsgi" }, "uwsgi": { "status": { "total": { "exceptions": 0, "pid": 1, "read_errors": 0, "requests": 2, "write_errors": 0 } } } }