mozilla / gcp-ingestion

Documentation and implementation of telemetry ingestion on Google Cloud Platform
https://mozilla.github.io/gcp-ingestion/
Mozilla Public License 2.0
77 stars 33 forks source link

Add build information to telemetry metadata #113

Open relud opened 6 years ago

relud commented 6 years ago

Buildhub can be used to determine whether someone is on an official build of firefox. @fbertsch has requested we add a boolean field like official_build or is_official to relevant telemetry pings.

example: https://github.com/mozilla/missioncontrol/blob/master/missioncontrol/etl/builds.py

relud commented 6 years ago

I'm inclined to say that we should instead provide an official_builds table and a UDF in BigQuery, and make this a post-processing thing.

relud commented 6 years ago

that bq table may even be useful as a public table to people outside of mozilla, if we made a blog post about it being available.

jklukas commented 5 years ago

I agree that this sounds like something best handled in post-processing. A table and UDF in BigQuery would be great.