New

The executive guide to generative AI

Read more

uwsgi module

edit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

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

Module-specific configuration notes

edit

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

edit

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

uwsgi dashboard

Example configuration

edit

The uwsgi module supports the standard configuration options that are described in Specify which modules to run. Here is an example configuration:

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

Metricsets

edit

The following metricsets are available:

Was this helpful?
Feedback