summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-07-01 15:23:58 +0100
committerGitHub <noreply@github.com>2020-07-01 15:23:58 +0100
commit1e03513f9aa0b266a4bd4a7bcd1c26b22c43a2eb (patch)
tree5d102644202d2353909ceb89b745408e1ebe75e5 /changelog.d
parentPin link in CHANGES.md (diff)
downloadsynapse-1e03513f9aa0b266a4bd4a7bcd1c26b22c43a2eb.tar.xz
Fix new metric where we used ms instead of seconds (#7771)
Introduced in #7755, not yet released.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7771.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7771.misc b/changelog.d/7771.misc
new file mode 100644
index 0000000000..1fc29206ac
--- /dev/null
+++ b/changelog.d/7771.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`.