parent
243fa6cf63
commit
b04c8c1c1a
|
@ -76,7 +76,7 @@ pub struct BlocktreeInsertionMetrics {
|
|||
|
||||
impl BlocktreeInsertionMetrics {
|
||||
pub fn report_metrics(&self, metric_name: &'static str) {
|
||||
datapoint_info!(
|
||||
datapoint_debug!(
|
||||
metric_name,
|
||||
("num_shreds", self.num_shreds as i64, i64),
|
||||
("total_elapsed", self.total_elapsed as i64, i64),
|
||||
|
|
Loading…
Reference in New Issue