From ff873a379a195725305f3175e0cd87546a175ac4 Mon Sep 17 00:00:00 2001
From: MadLittleMods
Date: Fri, 19 May 2023 16:14:43 +0000
Subject: deploy: 736199b7638175c439fff10a1f8a2d7da96838e5
---
.../monitoring/reporting_homeserver_usage_statistics.html | 5 -----
1 file changed, 5 deletions(-)
(limited to 'develop/usage')
diff --git a/develop/usage/administration/monitoring/reporting_homeserver_usage_statistics.html b/develop/usage/administration/monitoring/reporting_homeserver_usage_statistics.html
index a0930c7037..5c6073ae96 100644
--- a/develop/usage/administration/monitoring/reporting_homeserver_usage_statistics.html
+++ b/develop/usage/administration/monitoring/reporting_homeserver_usage_statistics.html
@@ -184,11 +184,6 @@ homeserver configuration options that exist to tweak it.
daily_e2ee_messages | int | The number of (state) events with the type m.room.encrypted seen in the last 24 hours. |
daily_sent_messages | int | The number of (state) events sent by a local user with the type m.room.message seen in the last 24 hours. |
daily_sent_e2ee_messages | int | The number of (state) events sent by a local user with the type m.room.encrypted seen in the last 24 hours. |
-r30_users_all | int | The number of 30 day retained users, defined as users who have created their accounts more than 30 days ago, where they were last seen at most 30 days ago and where those two timestamps are over 30 days apart. Includes clients that do not fit into the below r30 client types. |
-r30_users_android | int | The number of 30 day retained users, as defined above. Filtered only to clients with "Android" in the user agent string. |
-r30_users_ios | int | The number of 30 day retained users, as defined above. Filtered only to clients with "iOS" in the user agent string. |
-r30_users_electron | int | The number of 30 day retained users, as defined above. Filtered only to clients with "Electron" in the user agent string. |
-r30_users_web | int | The number of 30 day retained users, as defined above. Filtered only to clients with "Mozilla" or "Gecko" in the user agent string. |
r30v2_users_all | int | The number of 30 day retained users, with a revised algorithm. Defined as users that appear more than once in the past 60 days, and have more than 30 days between the most and least recent appearances in the past 60 days. Includes clients that do not fit into the below r30 client types. |
r30v2_users_android | int | The number of 30 day retained users, as defined above. Filtered only to clients with ("riot" or "element") and "android" (case-insensitive) in the user agent string. |
r30v2_users_ios | int | The number of 30 day retained users, as defined above. Filtered only to clients with ("riot" or "element") and "ios" (case-insensitive) in the user agent string. |
--
cgit 1.4.1