mozilla / glam

Mozilla's primary interactive dashboard for examining the distribution of telemetry values.
https://glam.telemetry.mozilla.org
Mozilla Public License 2.0
20 stars 23 forks source link

Implement SQL checks to monitor data volume of key ETL steps #2848

Open rafrombrc opened 3 weeks ago

rafrombrc commented 3 weeks ago

Probably use BQ table IDs to monitor insert sizes (careful to filter manual reads/inserts) to make sure volume of data processed stays above expected levels.

### Tasks