diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-07 18:01:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 18:01:32 +0100 |
commit | 0acb5010eca4a31aad9b3e1537b26c1bb5237c98 (patch) | |
tree | 8a0e23deef315bbd90c3f79195270f9078cdd7a5 /changelog.d | |
parent | opentracing: use a consistent name for background processes (#10135) (diff) | |
download | synapse-0acb5010eca4a31aad9b3e1537b26c1bb5237c98.tar.xz |
More database opentracing (#10136)
Add a couple of extra logs/spans, to give a bit of a better idea.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10136.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10136.feature b/changelog.d/10136.feature new file mode 100644 index 0000000000..2658ab8918 --- /dev/null +++ b/changelog.d/10136.feature @@ -0,0 +1 @@ +Report OpenTracing spans for database activity. |