Files
firezone/elixir/apps
Jamil 0af7582ab6 fix(portal): flush metrics as we accumulate (#9622)
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>
2025-06-23 14:58:18 +00:00
..