diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-03 16:01:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 16:01:30 +0100 |
commit | 1d143074c5534912cf40d28a4c31deabab2b1710 (patch) | |
tree | cdfff6a79d1e7d1fe30c0b58ea862d1d39414b5d /changelog.d | |
parent | Convert admin api docs to markdown (#10089) (diff) | |
download | synapse-1d143074c5534912cf40d28a4c31deabab2b1710.tar.xz |
Improve opentracing annotations for Notifier (#10111)
The existing tracing reports an error each time there is a timeout, which isn't really representative. Additionally, we log things about the way `wait_for_events` works (eg, the result of the callback) to the *parent* span, which is confusing.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10111.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10111.misc b/changelog.d/10111.misc new file mode 100644 index 0000000000..42e42b69ab --- /dev/null +++ b/changelog.d/10111.misc @@ -0,0 +1 @@ +Improve opentracing annotations for `Notifier`. |