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

Revert "Add new glean-server library to define pings for server-side Glean" #726

Closed akkomar closed 5 months ago

akkomar commented 5 months ago

This reverts https://github.com/mozilla/probe-scraper/pull/717 which broke mozilla_schema_generator task. It turns out that before, when dependency list was empty, schema generator pulled glean-core as a default dependency. This added internal Glean metrics to accounts-events schema. Now when we add glean-server dependency these metrics are not added to the schema and generator fails at validation stage.