diff options
author | Erik Johnston <erik@matrix.org> | 2020-06-30 16:58:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 16:58:06 +0100 |
commit | a99658074dc3b2b0f6abcb4f98d56bc1386398aa (patch) | |
tree | 108e1d5a12f2e3e1860aacad4b2790e80209882e /changelog.d | |
parent | Explain the purpose of the "tests" conditional dependency requirement (#7751) (diff) | |
download | synapse-a99658074dc3b2b0f6abcb4f98d56bc1386398aa.tar.xz |
Add some metrics for inbound and outbound federation processing times (#7755)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7755.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7755.misc b/changelog.d/7755.misc new file mode 100644 index 0000000000..1fc29206ac --- /dev/null +++ b/changelog.d/7755.misc @@ -0,0 +1 @@ +Add some metrics for inbound and outbound federation latencies: `synapse_federation_server_pdu_process_time` and `synapse_event_processing_lag_by_event`. |