ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
750 stars 142 forks source link

dslx: use Runtime to save Observations #2614

Closed bassosimone closed 8 months ago

bassosimone commented 8 months ago

Rather than merging Observations when returning from functions, which is very nice and functional, we should be more pragmatic, strive for simpler code, and use the Runtime to save observations.

The overall objective here is to cleanup and review dslx, then start using it in production and rewrite experiments using it. In turn, by doing that, we'll enable collecting better throttling metrics for experiments.