diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-07-10 16:12:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-10 16:12:36 +0100 |
commit | c3c29aa19625324ac9a7a8ebcdd58a9c0b457f74 (patch) | |
tree | 64f20b25f4cb70c1c046f34db4d77d5e51cead0e /changelog.d | |
parent | Refactor logcontext resource usage tracking (#3501) (diff) | |
download | synapse-c3c29aa19625324ac9a7a8ebcdd58a9c0b457f74.tar.xz |
Attempt to include db threads in cpu usage stats (#3496)
Let's try to include time spent in the DB threads in the per-request/block cpu usage metrics.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3496.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3496.feature b/changelog.d/3496.feature new file mode 100644 index 0000000000..6a06a7e755 --- /dev/null +++ b/changelog.d/3496.feature @@ -0,0 +1 @@ +Include CPU time from database threads in request/block metrics. |