A module providing a streaming statistics interface like mod_statistics but based on the new statistics API introduced in Prosody 0.10.
To use, enable the built-in statistics like so:
= "internal" statistics
Then, in modules_enabled
, replace
"statistics"
with "statistics_statsman"
and
the various "statistics_<something>"
with equivalent
"measure_<something>"
.
trunk | Does not work 1 |
0.11 | Should work |
0.10 | Should work |
not after 5f15ab7c6ae5↩︎
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