diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-22 00:40:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 00:40:42 +0100 |
commit | 05060e02234eec533c357cbc9eb4347976c1617d (patch) | |
tree | b035c3b3f1228b83d678d4b9b4dafd14518513b2 /changelog.d | |
parent | Clean up PreserveLoggingContext (#7877) (diff) | |
download | synapse-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.feature | 1 |
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. |