Batch Snowplow events on gitlab.com
Problem
Two problems:
- Verify batching is possible for #508460 (closed)
- High load on Snowplow Collector endpoint
Desired Outcome
- We find a way to
batchevents without losing any of them. - We reduce the Snowplow collector's workload.
Potential Solution
We can enable batching in two steps:
- Enable
POSTrequests instead of currentGET - Enable batching
This should be done with feature flag, to avoid data loss.
Documentation Update Needed
-
Yes -
No