forked from MirrorHub/synapse
fix the test failures
This commit is contained in:
parent
07bb9bdae8
commit
228f1f584e
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ class ClientReplicationStreamProtocol(BaseReplicationStreamProtocol):
|
|||
|
||||
def on_RDATA(self, cmd):
|
||||
stream_name = cmd.stream_name
|
||||
inbound_rdata_count.inc(stream_name)
|
||||
inbound_rdata_count.labels(stream_name).inc()
|
||||
|
||||
try:
|
||||
row = STREAMS_MAP[stream_name].ROW_TYPE(*cmd.row)
|
||||
|
|
Loading…
Reference in a new issue