From b7e7bf1e13901a6f8351acddc1480dc7f8a85477 Mon Sep 17 00:00:00 2001 From: David Estes Date: Mon, 13 May 2024 11:54:40 -0600 Subject: [PATCH] chore: update recon sync metric name 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";