Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
11514:11186af62c87 | 11515:10d13e0554f9 |
---|---|
19 - Switch to libunbound for DNS queries | 19 - Switch to libunbound for DNS queries |
20 - mod_external_services (XEP-0215) | 20 - mod_external_services (XEP-0215) |
21 - util.error for encapsulating errors | 21 - util.error for encapsulating errors |
22 - MUC: support for XEP-0421 occupant identifiers | 22 - MUC: support for XEP-0421 occupant identifiers |
23 - mod_http_file_share: File sharing via HTTP (XEP-0363) | 23 - mod_http_file_share: File sharing via HTTP (XEP-0363) |
24 - statistics scheduling can be done by plugin | |
24 | 25 |
25 0.11.0 | 26 0.11.0 |
26 ====== | 27 ====== |
27 | 28 |
28 **2018-11-18** | 29 **2018-11-18** |