m-lab / prometheus-support

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

Fully removes doitintl BigQuery datasource references #1049

Closed nkinkade closed 1 month ago

nkinkade commented 1 month ago

The deprecated doitintl BigQuery datasource is still referenced in a number of dashboards, and the datasources themselves also still exist, even if not used. This PR fully removes all references to this deprecated datasource, as well as adds them to the deleteDatasources list so that Grafana will delete these provisioned datasources.

Also:


This change is Reviewable