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

Bug 1875033 - Fetch a-c/fenix/focus-android metrics from m-c now #698

Closed badboy closed 5 months ago

badboy commented 6 months ago

Fenix and co will move into m-c. Metrics will be fetched by the already-existing nightly gecko task, we just need to point probe-scraper to it.

This uses the current paths from the branch that's preparing the merge. This is not yet ready. It should land shortly after the m-c merge actually happened and work moved over there.

gabrielluong commented 6 months ago

File paths look good to me.

badboy commented 5 months ago
python -u -m probe_scraper.runner --dry-run --cache-dir tmp/cache --out-dir tmp/out --glean --output-bucket=gs://probe-scraper-prod-artifacts/ --glean-limit-date 2024-03-17

works as expected. No changes recorded. I'll merge this and keep monitoring it over the next few days.