Commit Graph

7773 Commits (a2a6c1c22f270047fe23a96011b3675366ed6d96)
 

Author SHA1 Message Date
Erik Johnston 4a9055d446 Merge branch 'release-v0.18.2' of github.com:matrix-org/synapse 8 years ago
Erik Johnston 3c91c5b216 Bump version and changelog 8 years ago
Erik Johnston f6e8019b9c Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.18.2 8 years ago
Erik Johnston 760469c812 Continue to clean up received_transactions 8 years ago
Paul Evans 47ed4d84bb Merge pull request #1187 from matrix-org/paul/metrics-howto 8 years ago
Erik Johnston f09d2b692f Removed unused stuff 8 years ago
Erik Johnston 4c3eb14d68 Increase batching of sent transaction inserts 8 years ago
Paul "LeoNerd" Evans 1d4d518b50 Add details of renamed metrics 8 years ago
Paul "LeoNerd" Evans 159434a133 Remove long-deprecated instructions about promethesus console; also fix for modern config file format 8 years ago
Erik Johnston 264f6c2a39 Changelog formattting 8 years ago
Mark Haines 82e71a259c Bump changelog and version 8 years ago
Mark Haines 490b97d3e7 Merge branch 'develop' into release-v0.18.2 8 years ago
Paul Evans f9d5b60a24 Merge pull request #1184 from matrix-org/paul/metrics 8 years ago
Paul "LeoNerd" Evans 1cc22da600 Set up the process collector during metrics __init__; that way all split-process workers have it 8 years ago
Paul "LeoNerd" Evans aac13b1f9a Pass the Metrics group into the process collector instead of having it find its own one; this avoids it needing to import from synapse.metrics 8 years ago
Paul "LeoNerd" Evans ccc1a3d54d Allow creation of a 'subspace' within a Metrics object, returning another one 8 years ago
Erik Johnston 665e53524e Bump changelog and version 8 years ago
Erik Johnston e438699c59 Merge pull request #1183 from matrix-org/erikj/fix_email_update 8 years ago
Erik Johnston a9111786f9 Use most recently added binding, not most recently seen user. 8 years ago
Erik Johnston 1fc1bc2a51 Fix user_threepids schema delta 8 years ago
Erik Johnston db0609f1ec Update changelog 8 years ago
Erik Johnston ab731d8f8e Bump changelog and version 8 years ago
Erik Johnston 45bdacd9a7 Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.18.2 8 years ago
Mark Haines 177f104432 Merge pull request #1098 from matrix-org/markjh/bearer_token 8 years ago
Erik Johnston 22fbf86e4f Merge branch 'release-v0.18.2' of github.com:matrix-org/synapse into develop 8 years ago
Erik Johnston f138bb40e2 Fixup change log 8 years ago
Erik Johnston 855645c719 Bump version and changelog 8 years ago
Erik Johnston 25423f50aa Merge pull request #1179 from matrix-org/erikj/typing_timer_paranoia 8 years ago
Erik Johnston 2ef617bc06 Fix infinite typing bug 8 years ago
Erik Johnston e83a08d795 Merge pull request #1178 from matrix-org/erikj/current_room_token 8 years ago
Erik Johnston b6800a8ecd Actually use the new function 8 years ago
Erik Johnston d04e2ff3a4 Fix incredubly slow back pagination query 8 years ago
Paul Evans a842fed418 Merge pull request #1177 from matrix-org/paul/standard-metric-names 8 years ago
Luke Barnard e01a1bc92d Merge pull request #1175 from matrix-org/luke/feature-configurable-as-rate-limiting 8 years ago
Luke Barnard 6fdd31915b Style 8 years ago
Luke Barnard 07caa749bf Closing brace on following line 8 years ago
Luke Barnard f09db236b1 as_user->app_service, less redundant comments, better positioned comments 8 years ago
Luke Barnard 8bfd01f619 flake8 8 years ago
Luke Barnard 1b17d1a106 Use real AS object by passing it through the requester 8 years ago
Paul "LeoNerd" Evans b01aaadd48 Split callback metric lambda functions down onto their own lines to keep line lengths under 90 8 years ago
Paul "LeoNerd" Evans 1071c7d963 Adjust code for <100 char line limit 8 years ago
Paul "LeoNerd" Evans 6453d03edd Cut the raw /proc/self/stat line up into named fields at collection time 8 years ago
Paul "LeoNerd" Evans 3ae48a1f99 Move the process metrics collector code into its own file 8 years ago
Paul "LeoNerd" Evans 4cedd53224 A slightly neater way to manage metric collector functions 8 years ago
Paul "LeoNerd" Evans 5663137e03 appease pep8 8 years ago
Paul "LeoNerd" Evans b202531be6 Also guard /proc/self/fds-related code with a suitable psuedoconstant 8 years ago
Paul "LeoNerd" Evans 1b179455fc Guard registration of process-wide metrics by existence of the requisite /proc entries 8 years ago
Paul "LeoNerd" Evans 981f852d54 Add standard process_start_time_seconds metric 8 years ago
Paul "LeoNerd" Evans def63649df Add standard process_max_fds metric 8 years ago
Paul "LeoNerd" Evans 06f1ad1625 Add standard process_open_fds metric 8 years ago