summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-09 22:33:39 +0000
committerGitHub <noreply@github.com>2023-02-09 22:33:39 +0000
commita5a799722db0c33dc61fb2c6c7282ff7e82eb2e9 (patch)
treef2da789f419ec35341cde1c305c6778b88f85429 /changelog.d
parentAdd a class UnpersistedEventContext to allow for the batching up of storing s... (diff)
downloadsynapse-a5a799722db0c33dc61fb2c6c7282ff7e82eb2e9.tar.xz
Tag federation request spans with the worker name (#15042)
* Systematically include worker name as process info

* Changelog

* don't bother with inner setdefault
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15042.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15042.feature b/changelog.d/15042.feature
new file mode 100644
index 0000000000..7a4de89f00
--- /dev/null
+++ b/changelog.d/15042.feature
@@ -0,0 +1 @@
+Tag opentracing spans for federation requests with the name of the worker serving the request.