mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Unfortunately #9608 did not handle the case where we receive more than 200 compressed metrics in a single call. To fix this, we ensure we `flush` the metrics buffer inside the `reduce` so that we never grow the accumulated metrics buffer larger than 200 points. The log string was updated to roll the issue over in Sentry as well as the old issue was set to delete and destroy to prevent issue spam. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>