aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-04-06 23:25:15 +0200
committerKim Alvefur <zash@zash.se>2021-04-06 23:25:15 +0200
commit19746da12f6193ace11f67afc0ba188121758150 (patch)
treef65ec65666cf546de620aa43d0ffe085968aae91 /CHANGES
parent7c5659808a440093dfce526f4f3d6bf1b2681b46 (diff)
downloadprosody-19746da12f6193ace11f67afc0ba188121758150.tar.gz
prosody-19746da12f6193ace11f67afc0ba188121758150.zip
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f91e8e44..64df54ff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,7 @@ TRUNK
- 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
======