summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-07-10 16:12:36 +0100
committerGitHub <noreply@github.com>2018-07-10 16:12:36 +0100
commitc3c29aa19625324ac9a7a8ebcdd58a9c0b457f74 (patch)
tree64f20b25f4cb70c1c046f34db4d77d5e51cead0e /changelog.d
parentRefactor logcontext resource usage tracking (#3501) (diff)
downloadsynapse-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.feature1
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.