# HG changeset patch # User Kim Alvefur # Date 1613774532 -3600 # Node ID f1a63271dcfc807eff6d8dd0f13bd5c58e77ce78 # Parent 5f27bda5de8021df0769f4fff9e697f3edb85856 Add tag 'Statistics' to some modules to ease discoverability Description doesn't mention stats or statistics, so doesn't show up if you search for that. diff -r 5f27bda5de80 -r f1a63271dcfc mod_munin/README.markdown --- a/mod_munin/README.markdown Fri Feb 19 20:42:48 2021 +0100 +++ b/mod_munin/README.markdown Fri Feb 19 23:42:12 2021 +0100 @@ -1,6 +1,7 @@ --- labels: - 'Stage-Beta' +- 'Statistics' summary: Implementation of the Munin node protocol ... diff -r 5f27bda5de80 -r f1a63271dcfc mod_pubsub_stats/README.markdown --- a/mod_pubsub_stats/README.markdown Fri Feb 19 20:42:48 2021 +0100 +++ b/mod_pubsub_stats/README.markdown Fri Feb 19 23:42:12 2021 +0100 @@ -1,3 +1,8 @@ +--- +labels: +- 'Statistics' +... + This module publishes data from [Prosody's `internal` statistics][doc:statistics] into a PubSub node in [XEP-0039] format. diff -r 5f27bda5de80 -r f1a63271dcfc mod_stats39/README.markdown --- a/mod_stats39/README.markdown Fri Feb 19 20:42:48 2021 +0100 +++ b/mod_stats39/README.markdown Fri Feb 19 23:42:12 2021 +0100 @@ -1,3 +1,8 @@ +--- +labels: +- 'Statistics' +... + This module provides **public** access to Prosodys [internal statistics][doc:statistics] trough the [XEP-0039: Statistics Gathering] protocol. This is a simple protocol