ooni-probe-cli/internal/engine/experiment/webconnectivity
Simone Basso fc19c9901a
fix(webconnectivity): expose network events (#258)
* fix(webconnectivity): expose network events

By not exposing network events in webconnectivity, we are missing
several interesting, explanatory data points.

This diff fixes the issue by:

1. enriching the definition of network events to include extra
data useful for performing (manual) data analysis;

2. adding a tags field to network events such that we can add
tags to specific events and understand where they come from;

3. exposing all the (tagged) network events that happen when running
a webconnectivity experiment.

See https://github.com/ooni/probe-engine/issues/1157.

* progress

* more work towards landing this diff

* Apply suggestions from code review
2021-03-23 16:46:46 +01:00
..
internal chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
connects_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
connects.go fix(webconnectivity): expose network events (#258) 2021-03-23 16:46:46 +01:00
control_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
control.go fix(webconnectivity): allow measuring https://1.1.1.1 (#241) 2021-03-08 12:05:43 +01:00
dnsanalysis_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dnsanalysis.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dnslookup_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dnslookup.go fix(webconnectivity): expose network events (#258) 2021-03-23 16:46:46 +01:00
endpoints_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
endpoints.go refactor: start building an Android package (#205) 2021-02-03 10:51:14 +01:00
httpanalysis_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
httpanalysis.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
httpget_test.go fix(webconnectivity): allow measuring https://1.1.1.1 (#241) 2021-03-08 12:05:43 +01:00
httpget.go fix(webconnectivity): expose network events (#258) 2021-03-23 16:46:46 +01:00
summary_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
summary.go Release 3.6.0 (#239) 2021-03-03 14:42:17 +01:00
webconnectivity_test.go fix(webconnectivity): expose network events (#258) 2021-03-23 16:46:46 +01:00
webconnectivity.go fix(webconnectivity): expose network events (#258) 2021-03-23 16:46:46 +01:00