Promote some datapoints to info to fix dashboard (#8381)

automerge

(cherry picked from commit aa80f69171)
This commit is contained in:
Pankaj Garg
2020-02-21 13:41:49 -08:00
committed by Michael Vines
parent c1b587c6e4
commit 075e784bef
10 changed files with 37 additions and 26 deletions

View File

@@ -446,7 +446,7 @@ impl Bank {
rewards: None,
};
datapoint_debug!(
datapoint_info!(
"bank-new_from_parent-heights",
("slot_height", slot, i64),
("block_height", new.block_height, i64)