From 13e96fb592f0edae5eba3950000f4aa507d30b4a Mon Sep 17 00:00:00 2001 From: David Estes <5317198+dav1do@users.noreply.github.com> Date: Tue, 14 May 2024 06:08:09 -0600 Subject: [PATCH] chore: update recon sync metric name (#174) changed in rust-ceramic PR #343 --- runner/src/simulate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/src/simulate.rs b/runner/src/simulate.rs index e1f373d..1817211 100644 --- a/runner/src/simulate.rs +++ b/runner/src/simulate.rs @@ -28,7 +28,7 @@ use crate::{ // FIXME: is it worth attaching metrics to the peer info? const IPFS_SERVICE_METRICS_PORT: &str = "9465"; -const EVENT_SYNC_METRIC_NAME: &str = "ceramic_store_key_insert_count_total"; +const EVENT_SYNC_METRIC_NAME: &str = "ceramic_store_key_value_insert_count_total"; const ANCHOR_REQUEST_MIDS_KEY: &str = "anchor_mids"; const CAS_ANCHOR_REQUEST_KEY: &str = "anchor_requests";