Skip to content

Commit

Permalink
fix: help text for misbehaving metric
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB10C committed Mar 11, 2024
1 parent b3ece06 commit a5485e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ lazy_static! {
/// Number of misbehaving connections.
pub static ref CONN_MISBEHAVING: IntCounterVec =
register_int_counter_vec!(
Opts::new("misbehaving", "Number of evicted connections.")
Opts::new("misbehaving", "Number of misbehaving connections.")
.namespace(NAMESPACE)
.subsystem(SUBSYSTEM_CONN),
&[LABEL_CONN_MISBEHAVING_ID, LABEL_CONN_MISBEHAVING_SCORE_INC, LABEL_CONN_MISBEHAVING_MESSAGE]
Expand Down

0 comments on commit a5485e5

Please sign in to comment.