summary refs log tree commit diff
path: root/tests/storage/test_event_metrics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson2023-02-221-2/+1
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-1/+1
* Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69...reivilibre2022-11-241-3/+4
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Don't instansiate Requester directly (#8614)Erik Johnston2020-10-221-2/+2
* Rewrite BucketCollectorRichard van der Hoff2020-09-301-8/+11
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-1/+1
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-1/+1
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-19/+17
* Support Prometheus_client 0.4.0+ (#5636)Amber Brown2019-07-181-3/+1
* Run Black. (#5482)Amber Brown2019-06-201-17/+19
* Prometheus histograms are cumalativeErik Johnston2019-06-141-10/+10
* fix prometheus rendering errorAmber H. Brown2019-06-141-38/+23
* Expose statistics on extrems to prometheus (#5384)Amber Brown2019-06-131-0/+97