Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Aug 1, 2024
1 parent 0b6108a commit 4c1a7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-server/src/services/buffer/envelope_buffer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ where
.remove(&stack_key);
}
self.priority_queue.remove(&stack_key);

relay_statsd::metric!(
gauge(RelayGauges::BufferStackCount) = self.priority_queue.len() as u64
);
Expand Down

0 comments on commit 4c1a7f2

Please sign in to comment.