diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-09-05 17:44:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 17:44:55 +0100 |
commit | f7c873a64355506221648d55d64023c83d43f618 (patch) | |
tree | 4fa1eedd0ebda87bf213880dd3e1878a76b9235a /changelog.d | |
parent | Gracefully handle log context slips and missing opentracing import errors. (#... (diff) | |
download | synapse-f7c873a64355506221648d55d64023c83d43f618.tar.xz |
Trace how long it takes for the send trasaction to complete, including retrys (#5986)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5986.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5986.feature b/changelog.d/5986.feature new file mode 100644 index 0000000000..f56aec1b32 --- /dev/null +++ b/changelog.d/5986.feature @@ -0,0 +1 @@ +Trace replication send times. |