From b958bf9086e9680848f090793b78db2bdce03c49 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 19 Nov 2019 09:51:50 -0500 Subject: [PATCH] Fix confirmation metrics (#7035) --- core/src/replay_stage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs index 70e6ef79c8..49e729a381 100644 --- a/core/src/replay_stage.rs +++ b/core/src/replay_stage.rs @@ -854,7 +854,7 @@ impl ReplayStage { .unwrap_or(true) { info!("validator fork confirmed {} {}ms", *slot, duration); - datapoint_warn!("validatorconfirmation", ("duration_ms", duration, i64)); + datapoint_warn!("validator-confirmation", ("duration_ms", duration, i64)); prog.fork_stats.confirmation_reported = true; } else { debug!(