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>2020-07-22 00:40:42 +0100
committerGitHub <noreply@github.com>2020-07-22 00:40:42 +0100
commit05060e02234eec533c357cbc9eb4347976c1617d (patch)
treeb035c3b3f1228b83d678d4b9b4dafd14518513b2 /changelog.d
parentClean up PreserveLoggingContext (#7877) (diff)
downloadsynapse-05060e02234eec533c357cbc9eb4347976c1617d.tar.xz
Track command processing as a background process (#7879)
I'm going to be doing more stuff synchronously, and I don't want to lose the
CPU metrics down the sofa.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7879.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7879.feature b/changelog.d/7879.feature
new file mode 100644
index 0000000000..c89655f000
--- /dev/null
+++ b/changelog.d/7879.feature
@@ -0,0 +1 @@
+Report CPU metrics to prometheus for time spent processing replication commands.