Software / code / prosody-modules
Annotate
mod_measure_storage/README.markdown @ 3167:bedd3f4a8f90
mod_http_upload_external: Reduce slot request log level from info to debug for privacy improvement
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 02 Jul 2018 12:58:14 +0100 |
| parent | 2323:35ae59a8196d |
| child | 3174:f02c0f5e44ac |
| rev | line source |
|---|---|
| 2323 | 1 --- |
| 2 labels: | |
| 3 - 'Stage-Alpha' | |
| 4 summary: Measure storage API operations | |
| 5 --- | |
| 6 | |
| 7 Introduction | |
| 8 ============ | |
| 9 | |
| 10 This module collects statistics from storage operations. | |
| 11 | |
| 12 Configuration | |
| 13 ============= | |
| 14 | |
| 15 Enable tagged metrics, whatever that is: | |
| 16 | |
| 17 ``` {.lua} | |
| 18 measure_storage_tagged_metric = true | |
| 19 ``` | |
| 20 | |
| 21 Compatibility | |
| 22 ============= | |
| 23 | |
| 24 Requires 0.10 |