probe-scraper icon indicating copy to clipboard operation
probe-scraper copied to clipboard

Handle "historical" glean metrics file

Open Dexterp37 opened this issue 5 years ago • 6 comments

The scraper currently imports the latest version of glean-parsers. However, if breaking non-backwards compatible format changes are introduced in the parsers, the scraper might break.

We should fix this. Among the possible solutions:

  • do version pinning for the parsers;
  • have two CI environments;
  • include a version in the metrics file.

Dexterp37 avatar Mar 15 '19 14:03 Dexterp37