Software /
code /
prosody
Diff
CHANGES @ 11515:10d13e0554f9
core.statsmanager: Allow special "manual" value for statistics_interval
When set, no periodic statistics collection is done by
core.statsmanager, instead some module is expected to call collect()
when it suits. Obviously only one such module should be enabled.
Quoth jonas’
> correct way is to scrape the internal sources on each call to /metrics
> in the context of Prometheus
"manual" as opposed to "automatic", from the point of view of
statsmanager.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 06 Apr 2021 23:25:15 +0200 |
parent | 11421:926d53af9a7a |
child | 11585:057ce005937e |
line wrap: on
line diff
--- a/CHANGES Sat Apr 10 16:45:44 2021 +0200 +++ b/CHANGES Tue Apr 06 23:25:15 2021 +0200 @@ -21,6 +21,7 @@ - util.error for encapsulating errors - MUC: support for XEP-0421 occupant identifiers - mod_http_file_share: File sharing via HTTP (XEP-0363) +- statistics scheduling can be done by plugin 0.11.0 ======