-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate the blocking key needed by OONI Explorer measurement pages #326
Comments
I am not sure if this is related but I will hopefully try to be useful: The snippet below is from running a query on
But if you see the measurement on OONI Explorer (https://explorer.ooni.org/measurement/20200202T204924Z_AS56402_FFVjCWvZqfWrhAZgXuJahKRGZjikgmUyJ5zerNdcuXmdepZHVo?input=https%3A//ca.wikipedia.org/), it says that this is an anomaly and rightfully so. Anyway, just thought I should share in case this was related. |
@FedericoCeratto can you check if this is currently done? |
This is now possible thanks to the metrics from the new pipeline. In order for it to work effectively we probably have to reduce the frequency of the runs of the new pipeline and possible plug it in to process data in realtime. See: ooni/data#111 |
The web_connectivity measurement details page of OONI Explorer uses the
test_keys->blocking
key of the raw measurements (which is calculated on the probe) that can be mis-aligned with what the fastpath believes to be the blocking reason.We should re-compute the blocking reason in the fastpath and serve it to OONI Explorer.
This issue superseeds: ooni/explorer#360
The text was updated successfully, but these errors were encountered: