diff options
author | David Robertson <davidr@element.io> | 2023-02-09 22:33:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 22:33:39 +0000 |
commit | a5a799722db0c33dc61fb2c6c7282ff7e82eb2e9 (patch) | |
tree | f2da789f419ec35341cde1c305c6778b88f85429 /changelog.d/15042.feature | |
parent | Add a class UnpersistedEventContext to allow for the batching up of storing s... (diff) | |
download | synapse-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/15042.feature')
-rw-r--r-- | changelog.d/15042.feature | 1 |
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. |