Skip to content

Commit

Permalink
fix: use new recon key metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Feb 8, 2024
1 parent e41e152 commit 79abecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/src/simulate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::{

// FIXME: is it worth attaching metrics to the peer info?
const IPFS_SERVICE_METRICS_PORT: u32 = 9465;
const EVENT_SYNC_METRIC_NAME: &str = "recon_key_insert_count_total";
const EVENT_SYNC_METRIC_NAME: &str = "ceramic_store_key_insert_count_total";

/// Options to Simulate command
#[derive(Args, Debug)]
Expand Down

0 comments on commit 79abecc

Please sign in to comment.