diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-12-04 14:42:24 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-12-04 14:42:24 +0000 |
commit | 99e1d6777f0a27340554379cd5348ed870380457 (patch) | |
tree | 76af375be7dc7bb0df4692c416459fed26ef56fb /synapse | |
parent | Merge pull request #420 from matrix-org/markjh/resource_usage (diff) | |
download | synapse-99e1d6777f0a27340554379cd5348ed870380457.tar.xz |
Add metrics to track the cpu on the main thread consumed by each type of request
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/http/server.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/synapse/http/server.py b/synapse/http/server.py |