Fix network protocol metrics typo (#874)
This commit is contained in:
parent
a5666789b0
commit
db629dca25
|
@ -236,7 +236,7 @@ proc completeWrite(
|
||||||
else:
|
else:
|
||||||
await fut
|
await fut
|
||||||
|
|
||||||
when defined(libp2p_network_protocol_metrics):
|
when defined(libp2p_network_protocols_metrics):
|
||||||
if s.protocol.len > 0:
|
if s.protocol.len > 0:
|
||||||
libp2p_protocols_bytes.inc(msgLen.int64, labelValues=[s.protocol, "out"])
|
libp2p_protocols_bytes.inc(msgLen.int64, labelValues=[s.protocol, "out"])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue