Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Spaink b2f2e73944 plugin/decision: upload events as soon as a chunk is ready (#8110)
This introduces a new trigger mode for the decision log plugin:

decision_logs.reporting.trigger=immediate

The immediate trigger mode will upload events as soon as enough events are received to hit the configured upload limit. If not enough events are received within the configured min-max delay, the events received so far are flushed and uploaded.

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
2026-01-27 10:37:35 -06:00
Sebastian Spaink 8312cc0931 fix(plugin/decision): set the correct limit after upload (#8126)
decisions are being dropped because after an upload the limit is being set to the upload size instead of the buffer.

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
2025-12-15 10:00:06 -06:00
Johan Fylling 7bb6dbe36b Preparing for v1 API
Moving (most) source to v1 root package to prepare for v0/v1 API separation.

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
2024-12-12 15:09:03 +01:00