mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-12 13:46:30 -04:00
Remove conn_id
This commit is contained in:
parent
87b111f96a
commit
3e242dc149
@ -590,9 +590,9 @@ class ClientReplicationStreamProtocol(BaseReplicationStreamProtocol):
|
|||||||
pending_commands = LaterGauge(
|
pending_commands = LaterGauge(
|
||||||
"synapse_replication_tcp_protocol_pending_commands",
|
"synapse_replication_tcp_protocol_pending_commands",
|
||||||
"",
|
"",
|
||||||
["name", "conn_id"],
|
["name"],
|
||||||
lambda: {
|
lambda: {
|
||||||
(p.name, p.conn_id): len(p.pending_commands) for p in connected_connections
|
(p.name,): len(p.pending_commands) for p in connected_connections
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user