mod_statistics_statsman

A module providing a streaming statistics interface like mod_statistics but based on the new statistics API introduced in Prosody 0.10.

Usage

To use, enable the built-in statistics like so:

statistics = "internal"

Then, in modules_enabled, replace "statistics" with "statistics_statsman" and the various "statistics_<something>" with equivalent "measure_<something>".

Compatibility

trunk Does not work 1
0.11 Should work
0.10 Should work

  1. not after 5f15ab7c6ae5↩︎


Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_statistics_statsman

For earlier versions see the documentation for installing 3rd party modules