mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_statistics_statsman / README.markdown
blobf5df820836b512800198730014c2e9df4e3f2346
1 A module providing a streaming statistics interface like
2 [mod_statistics] but based on the new [statistics API][doc:statistics]
3 introduced in Prosody 0.10.
5 # Usage
7 To use, enable the built-in statistics like so:
9 ```lua
10 statistics = "internal"
11 ```
13 Then, in `modules_enabled`, replace `"statistics"` with
14 `"statistics_statsman"` and the various `"statistics_<something>"`
15 with equivalent `"measure_<something>"`.