We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a9be6 commit 898f0f6Copy full SHA for 898f0f6
coprocessor/fhevm-engine/gw-listener/src/metrics.rs
@@ -100,7 +100,7 @@ pub(crate) static KEY_DIGEST_MISMATCH_COUNTER: LazyLock<IntCounter> = LazyLock::
100
pub(crate) static DRIFT_DETECTED_COUNTER: LazyLock<IntCounter> = LazyLock::new(|| {
101
register_int_counter!(
102
"coprocessor_gw_listener_drift_detected_counter",
103
- "Number of detected drifts from peer submissions or consensus mismatch"
+ "Number of handles where coprocessor digests diverged (peer-to-peer or local-vs-consensus)"
104
)
105
.unwrap()
106
});
0 commit comments