diff options
author | Christian Lölkes <christian.loelkes@gmail.com> | 2024-01-02 12:54:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 11:54:12 +0000 |
commit | 35b636531720563241b1e89eb25c2f1928514c3d (patch) | |
tree | 1dbb34f0a448ec019f80f8b83e8a78ee28c239fc | |
parent | Enable user without password (#16770) (diff) | |
download | synapse-35b636531720563241b1e89eb25c2f1928514c3d.tar.xz |
Add another custom statistics collection server (#16769)
Signed-off-by: Christian Lölkes <christian.loelkes@gmail.com>
-rw-r--r-- | changelog.d/16769.doc | 1 | ||||
-rw-r--r-- | docs/usage/administration/monitoring/reporting_homeserver_usage_statistics.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/16769.doc b/changelog.d/16769.doc new file mode 100644 index 0000000000..c46e9e9908 --- /dev/null +++ b/changelog.d/16769.doc @@ -0,0 +1 @@ +Add another custom statistics collection server to the documentation. Contributed by @loelkes. \ No newline at end of file diff --git a/docs/usage/administration/monitoring/reporting_homeserver_usage_statistics.md b/docs/usage/administration/monitoring/reporting_homeserver_usage_statistics.md index 60b758e33b..4c0dbb5acd 100644 --- a/docs/usage/administration/monitoring/reporting_homeserver_usage_statistics.md +++ b/docs/usage/administration/monitoring/reporting_homeserver_usage_statistics.md @@ -74,3 +74,4 @@ consider using one of the following known implementations: * [Matrix.org's Panopticon](https://github.com/matrix-org/panopticon) * [Famedly's Barad-dûr](https://gitlab.com/famedly/infra/services/barad-dur) +* [Synapse Usage Exporter](https://github.com/loelkes/synapse-usage-exporter) for Prometheus |