Skip to content

Commit

Permalink
chore: update recon sync metric name
Browse files Browse the repository at this point in the history
changed in rust-ceramic PR #343
  • Loading branch information
dav1do committed May 13, 2024
1 parent 1b8968c commit 923376d
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 @@ -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";

Expand Down

0 comments on commit 923376d

Please sign in to comment.