(cherry picked from commit e13ed8a627
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
@ -213,6 +213,12 @@ impl RecentItems {
|
||||
.checked_sub(item.len())
|
||||
.expect("total bytes underflow");
|
||||
}
|
||||
|
||||
datapoint_info!(
|
||||
"rpc_subscriptions_recent_items",
|
||||
("num", self.queue.len(), i64),
|
||||
("total_bytes", self.total_bytes, i64),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user