Skip to content

Commit

Permalink
Fix repeated value.
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Jan 21, 2025
1 parent ecc3a38 commit 8c5d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/agent/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl Metrics {
.expect("Valid at initialization!");

let steal_unfiltered_connection_subscription = register_int_gauge!(
"mirrord_agent_steal_connection_subscription_count",
"mirrord_agent_steal_unfiltered_connection_subscription_count",
"amount of unfiltered connections in steal mode in mirrord-agent"
)
.expect("Valid at initialization!");
Expand Down

0 comments on commit 8c5d296

Please sign in to comment.