Skip to content

Commit

Permalink
automated release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Mar 30, 2023
1 parent 92147cc commit aa46c7e
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"id": "grafana-bigquery-datasource",
"type": "datasource",
"name": "Google BigQuery",
"metrics": true,
"annotations": true,
"alerting": true,
"backend": true,
"executable": "gpx_bigquery",
"dependencies": {
"grafanaDependency": ">=8.1.0"
},
"queryOptions": {
"maxDataPoints": true
},
"info": {
"description": "Google BigQuery datasource for Grafana",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": [
"bigquery"
],
"logos": {
"small": "img/logo.png",
"large": "img/logo.png"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/google-bigquery-datasource/"
}
],
"version": "1.2.4",
"updated": "2023-03-30"
},
"routes": [
{
"path": "bigquery",
"url": "https://www.googleapis.com/bigquery",
"jwtTokenAuth": {
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/drive"
],
"params": {
"token_uri": "{{.JsonData.tokenUri}}",
"client_email": "{{.JsonData.clientEmail}}",
"private_key": "{{.SecureJsonData.privateKey}}"
}
}
}
],
"includes": [
{
"type": "dashboard",
"name": "Array queries examples",
"path": "dashboards/arrays.json"
}
]
}

0 comments on commit aa46c7e

Please sign in to comment.