Back to Beats

uWSGI module [metricbeat-module-uwsgi]

docs/reference/metricbeat/metricbeat-module-uwsgi.md

9.4.01.2 KB
Original Source

% This file is generated! See metricbeat/scripts/mage/docs_collector.go

uWSGI module [metricbeat-module-uwsgi]

This is the uwsgi module. By default collects the stats metricset, using StatsServer.

Module-specific configuration notes [_module_specific_configuration_notes_21]

The uWSGI module has these additional config options:

hosts : host URLs to get data from (e.g: tcp://127.0.0.1:9191). Can obtain data from 3 types of schemes: tcp (tcp://ip:port), unix socket (unix:///tmp/uwsgi.sock) and http/https server (http://ip:port)

Dashboard [_dashboard_45]

The uwsgi module comes with a predefined dashboard. For example:

Example configuration [_example_configuration]

The uWSGI module supports the standard configuration options that are described in Modules. Here is an example configuration:

yaml
metricbeat.modules:
- module: uwsgi
  metricsets: ["status"]
  enable: true
  period: 10s
  hosts: ["tcp://127.0.0.1:9191"]

Metricsets [_metricsets]

The following metricsets are available: