m-lab / prometheus-support

Prometheus configuration for M-Lab running on GKE
Apache License 2.0
19 stars 11 forks source link

bqx: replace bq_ndt_tests metrics with ndt5 #561

Open stephen-soltesz opened 4 years ago

stephen-soltesz commented 4 years ago

The bigquery-exporter used to collect 36hr delayed test counts for ndt from the web100 tables. As we migrate to the k8s platform, this metric will become obsolete. If we wish to track e2e test completion in addition to the instantaneous test rates from the ndt-server itself, we need to replace this query.

https://github.com/m-lab/prometheus-support/blob/master/config/federation/bigquery/bq_ndt_tests.sql

gfr10598 commented 4 years ago

Maybe sum old and new metrics, so the dashboard is continuous.