From 19746da12f6193ace11f67afc0ba188121758150 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 6 Apr 2021 23:25:15 +0200 Subject: core.statsmanager: Allow special "manual" value for statistics_interval MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') 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 ====== -- cgit v1.2.3