mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
21 stars 53 forks source link

(Partial) Revert "bug 1877836 - Remove GeckoView Streaming Telemetry" #692

Closed badboy closed 6 months ago

badboy commented 6 months ago

This reverts commit 4559963a2f80d2f18490f3e35cae4f3d32b2e496.

This currently breaks at the very least update tasks like the push mode, due to the metrics still being there in the other component, even though they are "gone".

I ran this locally:

python -m probe_scraper.runner --dry-run --cache-dir tmp/cache --out-dir tmp/out --glean --update --glean-url https://github.com/mdn/yari --glean-commit fe09a825bdd440fd36996fceb47978250e5c692b --output-bucket=gs://probe-scraper-prod-artifacts/

fails with the dupes error message on main, succeeds with this revert.