File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,25 @@ each upgrade are complete before moving on to the next upgrade, to avoid
117117stacking them up. You can monitor the currently running background updates with
118118[the Admin API](usage/administration/admin_api/background_updates.html#status).
119119
120+ # Upgrading to v1.136.0
121+
122+ ## Metric labels have changed on `synapse_federation_last_received_pdu_time` and `synapse_federation_last_sent_pdu_time`
123+
124+ Previously, the `synapse_federation_last_received_pdu_time` and
125+ `synapse_federation_last_sent_pdu_time` metrics both used the `server_name` label to
126+ differentiate between different servers that we send and receive events from.
127+
128+ Since we' re now using the ` server_name` label to differentiate between different Synapse
129+ homeserver instances running in the same process, these metrics have been changed as follows:
130+
131+ - ` synapse_federation_last_received_pdu_time` now uses the ` origin_server_name` label
132+ - ` synapse_federation_last_sent_pdu_time` now used the ` destination_server_name` label
133+
134+ The Grafana dashboard JSON in ` contrib/grafana/synapse.json` has been updated to reflect
135+ this change but you will need to manually update your own existing Grafana dashboards
136+ using these metrics.
137+
138+
120139# Upgrading to v1.135.0
121140
122141# # `on_user_registration` module API callback may now run on any worker
You can’t perform that action at this time.
0 commit comments