fc19c9901a
* 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 |
||
---|---|---|
.. | ||
internal | ||
connects_test.go | ||
connects.go | ||
control_test.go | ||
control.go | ||
dnsanalysis_test.go | ||
dnsanalysis.go | ||
dnslookup_test.go | ||
dnslookup.go | ||
endpoints_test.go | ||
endpoints.go | ||
httpanalysis_test.go | ||
httpanalysis.go | ||
httpget_test.go | ||
httpget.go | ||
summary_test.go | ||
summary.go | ||
webconnectivity_test.go | ||
webconnectivity.go |