diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-08-06 11:43:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 11:43:43 -0500 |
commit | 1dfa59b238cee0dc62163588cc9481896c288979 (patch) | |
tree | ed1abf370c20b0853b48aecf466de2da4f282f8c /changelog.d/17514.misc | |
parent | Merge branch 'release-v1.113' into develop (diff) | |
download | synapse-1dfa59b238cee0dc62163588cc9481896c288979.tar.xz |
Sliding Sync: Add more tracing (#17514)
Spawning from looking at a couple traces and wanting a little more info. Follow-up to github.com/element-hq/synapse/pull/17501 The changes in this PR allow you to find slow Sliding Sync traces ignoring the `wait_for_events` time. In Jaeger, you can now filter for the `current_sync_for_user` operation with `RESULT.result=true` indicating that it actually returned non-empty results. If you want to find traces for your own user, you can use `RESULT.result=true ARG.sync_config.user="@madlittlemods:matrix.org"`
Diffstat (limited to 'changelog.d/17514.misc')
-rw-r--r-- | changelog.d/17514.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17514.misc b/changelog.d/17514.misc new file mode 100644 index 0000000000..fc3cc37915 --- /dev/null +++ b/changelog.d/17514.misc @@ -0,0 +1 @@ +Add more tracing to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. |