Add `GET /_synapse/admin/v1/statistics/users/media` to get statisics about local media usage by users. Related to #6094 It is the first API for statistics. Goal is to avoid/reduce usage of sql queries like [Wiki analyzing Synapse](https://github.com/matrix-org/synapse/wiki/SQL-for-analyzing-Synapse-PostgreSQL-database-stats) Signed-off-by: Dirk Klimpel dirk@klimpel.org |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| devices.py | ||
| event_reports.py | ||
| groups.py | ||
| media.py | ||
| purge_room_servlet.py | ||
| rooms.py | ||
| server_notice_servlet.py | ||
| statistics.py | ||
| users.py | ||