Skip to content

Commit

Permalink
copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 15, 2023
1 parent 756d6ea commit 7c87742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn client_stats(snapshot: &mut MetricsSnapshot, elapsed: f64) {
let request_reconnect = snapshot.counter_rate(REQUEST_RECONNECT_COUNTER);
let request_ok = snapshot.counter_rate(REQUEST_OK_COUNTER);
let request_unsupported = snapshot.counter_rate(REQUEST_UNSUPPORTED_COUNTER);
let request_total = snapshot.counter_rate(CONNECT_OK_COUNTER);
let request_total = snapshot.counter_rate(REQUEST_COUNTER);

let response_ok = snapshot.counter_rate(RESPONSE_OK_COUNTER);
let response_ex = snapshot.counter_rate(RESPONSE_EX_COUNTER);
Expand Down

0 comments on commit 7c87742

Please sign in to comment.