ooni-probe-cli/internal/measurex
Simone Basso aa27bbe33f
fix(measurex): use same keys of the OONI data format (#572)
This change should simplify the pipeline's job.

Reference issue: https://github.com/ooni/probe/issues/1817.

I previously dismissed this possibility, but now it seems clear it
is simpler to have a very tabular data format internally and to
convert such a format to OONI's data format when serializing.

The OONI data format is what the pipeline expects, but processing
is easier with a more linear/tabular format.
2021-11-05 10:46:45 +01:00
..
archival.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
db.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
dialer.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
dnsx.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
doc.go feat(measurex): refactored measurement library (#528) 2021-09-30 01:24:08 +02:00
endpoint.go feat(measurex): refactored measurement library (#528) 2021-09-30 01:24:08 +02:00
failure.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
http.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
logger.go feat(measurex): refactored measurement library (#528) 2021-09-30 01:24:08 +02:00
measurement.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
measurer.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
oddity.go feat(measurex): refactored measurement library (#528) 2021-09-30 01:24:08 +02:00
quic.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
resolver.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
tls.go fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
tracing.go feat(measurex): refactored measurement library (#528) 2021-09-30 01:24:08 +02:00
utils.go feat(measurex): refactored measurement library (#528) 2021-09-30 01:24:08 +02:00