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