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 3506249 commit fef797fCopy full SHA for fef797f
crates/portalnet/src/utp/controller.rs
@@ -173,6 +173,7 @@ impl UtpController {
173
// report utp tx as successful, even if we go on to fail to process the payload
174
self.metrics
175
.report_utp_outcome(UtpDirectionLabel::Inbound, UtpOutcomeLabel::Success);
176
+ self.metrics.report_bytes_inbound(data.len() as u64);
177
Ok(Bytes::from(data))
178
}
179
0 commit comments