m-lab / prometheus-support

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

Install officially maintained bigquery datasource plugin #986

Closed stephen-soltesz closed 1 year ago

stephen-soltesz commented 1 year ago

The bigquery datasource installed in M-Lab's Grafana instances is now unsupported, as of 2022 - https://github.com/doitintl/bigquery-grafana

The new bigquery datasource plugin is now officially maintained by grafana - https://github.com/grafana/google-bigquery-datasource

We should upgrade this version.

Note: It is possible that the new version supports Grafana variable substitutions and dependency tracking (whereas the old version appears not to) (e.g. one variable uses a second variable in a query).

robertodauria commented 1 year ago

New version of the plugin installed in #999. Existing panels still need to be ported to the Grafana BQ datasource. I'll create a separate issue for that.

robertodauria commented 1 year ago

https://github.com/m-lab/prometheus-support/issues/1000