Address issues related to the Web Connectivity 0.5 rollout
@hellais is already working on this.
Since Aug 21, 2026.
- Dominant language
- Python
- Stars
- 11
- Forks
- 6
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
Web Connectivity 0.5 was rolled out on August 18th 2026 to all probes.
We started looking at the measurement data comparing the agreements of the fastpath analysis (i.e. the probe analysis) with that of the new pipeline (analysis_web_meausurement table), to identify differences.
To do this we divided measurements into 4 stratums:
S00-> both analysis agree with it not being blockedS01-> fastpath says unblocked, analysis says blockedS11-> both say blockedS10-> fastpath says blocked, analysis says unblocked
As a baseline for comparison we drew a couple of windows of measurements from July, before web_connectivity was deployed.
{"start_time": "2026-07-03", "end_time": "2026-07-08"}
| cnt | strata | perc |
|---|---|---|
| 175553 | S01 | 2.20559 |
| 451350 | S11 | 5.67062 |
| 192595 | S10 | 2.4197 |
| 7139948 | S00 | 89.7041 |
{"start_time": "2026-06-03", "end_time": "2026-06-08"}
| cnt | strata | perc |
|---|---|---|
| 154211 | S01 | 1.81242 |
| 470505 | S11 | 5.52978 |
| 253414 | S10 | 2.97834 |
| 7630436 | S00 | 89.6795 |
As we can see the distributions are quite similar across the stratums.
We then examined for when web_connectivity was first deployed:
{"start_time": "2026-08-19", "end_time": "2026-08-20"}
| cnt | strata | perc |
|---|---|---|
| 476190 | S01 | 29.4918 |
| 118238 | S11 | 7.32282 |
| 28106 | S10 | 1.74068 |
| 992118 | S00 | 61.4447 |
As we can see the distribution is very skewed towards S01, which suggests the analysis_web_measurement believes measurements to be much more blocked than the probe.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.