Commit History

Author SHA1 Message Date
  Erik Johnston fa72803490 Merge branch 'master' of github.com:matrix-org/synapse into develop 6 years ago
  Erik Johnston a8ce159be4 Replace some ujson with simplejson to make it work 6 years ago
  Erik Johnston 926ba76e23 Replace ujson with simplejson 6 years ago
  Richard van der Hoff 58dd148c4f Add some docstrings to help figure this out 6 years ago
  Richard van der Hoff 88541f9009 Add a metric which increments when a request is received 6 years ago
  Richard van der Hoff dbe80a286b refactor JsonResource 6 years ago
  Richard van der Hoff e8f7541d3f Merge remote-tracking branch 'origin/develop' into rav/track_db_scheduling 6 years ago
  Richard van der Hoff fb6563b4be Merge pull request #2793 from matrix-org/rav/db_txn_time_in_millis 6 years ago
  Richard van der Hoff 936482d507 Fix 'NoneType' object has no attribute 'writeHeaders' 6 years ago
  Richard van der Hoff 3d12d97415 Track DB scheduling delay per-request 6 years ago
  Richard van der Hoff 6324b65f08 Track db txn time in millisecs 6 years ago
  Richard van der Hoff 39f4e29d01 Reorganise request and block metrics 6 years ago
  Richard van der Hoff d90e8ea444 Update http request metrics before calling servlet 6 years ago
  Richard van der Hoff 6be01f599b Improve tracebacks on exceptions 6 years ago
  Richard van der Hoff eaaabc6c4f replace 'except:' with 'except Exception:' 6 years ago
  Erik Johnston b8ca494ee9 Initial group server implementation 6 years ago
  Krombel 1ff419d343 allow Authorization header which handling got implemented in #1098 6 years ago
  Mark Haines b1c27975d0 Set CORs headers on responses from the media repo 7 years ago
  Erik Johnston 33f3624ff7 Add exception logging. Fix typo 7 years ago
  Erik Johnston 8c52160b07 Allow request handlers to override metric name 7 years ago
  Erik Johnston a093fab253 Use top level measure 7 years ago
  Erik Johnston 27e0178da9 Add a top level measure 7 years ago
  Erik Johnston 6d1a94d218 Remove redundant measure 7 years ago
  Erik Johnston 39b900b316 Measure http.server render 7 years ago
  Richard van der Hoff 33d08e8433 Log when adding listeners 7 years ago
  Mark Haines 351b50a887 Fix more typos in per-request metrics 8 years ago
  Mark Haines dcfc10b129 Fix typo in request metrics 8 years ago
  Mark Haines 1a12766e3b Add a comment explaining why automatic metric reporting is disabled for JsonResource 8 years ago
  Mark Haines 6037349512 Check if report_metrics is True 8 years ago
  Mark Haines 8d7ad44331 Report per request metrics for all of the things using request_handler 8 years ago