简体   繁体   中英

Using Grafana with BigQuery data source

I am trying to graph some bigquery time series data, is there an easy way to do it with something like grafana?

To visualize BigQuery data with Grafana, you can use the open source datasource plugin available from https://github.com/doitintl/bigquery-grafana

Here is how it looks:

在此处输入图片说明

You can either use Query Builder or plain BigQuery query to visualize your data. Both time series and table modes are supported along with annotations and sharded tables.

is there an easy way to do it with something like grafana

Data Studio has rich support for time-series - you should check Visualizing BigQuery data using Data Studio to start with it.

For more details - see Time series in Data Studio

Note: there is a mentioning there of You can show up to 5 metrics in your time series chart - I do believe they now support up to 10 metrics ! to produce something like below

在此处输入图片说明

Update 2022:

Now there is a BigQuery Plugin by Grafana Labs themselves: https://grafana.com/grafana/plugins/grafana-bigquery-datasource/

Worth mentioning it was forked from the initial Plugin by DoiT International. However, it was substantially improved by Grafana Labs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM