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 397bf0f commit 941d652Copy full SHA for 941d652
portalnet/src/utp_controller.rs
@@ -156,6 +156,7 @@ impl UtpController {
156
// report utp tx as successful, even if we go on to fail to process the payload
157
self.metrics
158
.report_utp_outcome(UtpDirectionLabel::Inbound, UtpOutcomeLabel::Success);
159
+ self.metrics.report_bytes_inbound(data.len() as u64);
160
Ok(Bytes::from(data))
161
}
162
0 commit comments