From 83bcde35cc9ebf9349376ced7a3de48e3e3a9f02 Mon Sep 17 00:00:00 2001 From: Guillaume Bau Date: Tue, 29 Oct 2024 10:06:47 +0100 Subject: [PATCH] Dal/Node: fix doubly incremeted metric --- src/bin_dal_node/amplificator.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin_dal_node/amplificator.ml b/src/bin_dal_node/amplificator.ml index 903c01c4aac3..d478ef52ad28 100644 --- a/src/bin_dal_node/amplificator.ml +++ b/src/bin_dal_node/amplificator.ml @@ -434,7 +434,6 @@ let amplify node_store commitment (slot_id : Types.slot_id) ~number_of_already_stored_shards ~number_of_shards ~number_of_needed_shards proto_parameters amplificator = let open Lwt_result_syntax in - Dal_metrics.reconstruction_started () ; let reconstruction_start_time = Unix.gettimeofday () in Dal_metrics.reconstruction_started () ; let*! () = -- GitLab