Mercurial > prosody-modules
annotate mod_measure_storage/README.md @ 6092:bd3ff802d883
mod_anti_spam: Fix another traceback for origin sessions without an IP
This is likely to be the case for stanzas originating from local hosts, for
example (so not true s2s). It should be safe to bypass the IP check for those.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 28 Dec 2024 21:02:08 +0000 |
| parents | fe081789f7b5 |
| children |
| rev | line source |
|---|---|
| 2323 | 1 --- |
| 2 labels: | |
| 3 - 'Stage-Alpha' | |
|
3174
f02c0f5e44ac
various/README: Add a Statistics label
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
4 - Statistics |
| 2323 | 5 summary: Measure storage API operations |
| 6 --- | |
| 7 | |
| 8 Introduction | |
| 9 ============ | |
| 10 | |
| 11 This module collects statistics from storage operations. | |
| 12 | |
| 13 Configuration | |
| 14 ============= | |
| 15 | |
| 16 Enable tagged metrics, whatever that is: | |
| 17 | |
| 18 ``` {.lua} | |
| 19 measure_storage_tagged_metric = true | |
| 20 ``` | |
| 21 | |
| 22 Compatibility | |
| 23 ============= | |
| 24 | |
| 25 Requires 0.10 |
