We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9068fd5 commit ea76a75Copy full SHA for ea76a75
crates/portalnet/src/utp/controller.rs
@@ -196,6 +196,7 @@ impl UtpController {
196
// report utp tx as successful, even if we go on to fail to process the payload
197
self.metrics
198
.report_utp_outcome(UtpDirectionLabel::Inbound, UtpOutcomeLabel::Success);
199
+ self.metrics.report_bytes_inbound(data.len() as u64);
200
Ok(Bytes::from(data))
201
}
202
0 commit comments