-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
593f663
commit 0fe103f
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", | ||
|
||
"type": "datasource", | ||
"name": "Google Sheets", | ||
"id": "grafana-googlesheets-datasource", | ||
|
||
"backend": true, | ||
"executable": "gpx_sheets", | ||
"metrics": true, | ||
"annotations": true, | ||
|
||
"info": { | ||
"description": "The Google Sheets data source plugin for Grafana lets you to visualize your Google spreadsheets in Grafana", | ||
"author": { | ||
"name": "Grafana Labs", | ||
"url": "https://grafana.com" | ||
}, | ||
"keywords": ["google", "sheets", "google sheets", "spreadsheets", "excel", "cloud provider", "google api", "analytics", "developer tools"], | ||
"logos": { | ||
"small": "img/sheets.svg", | ||
"large": "img/sheets.svg" | ||
}, | ||
"links": [ | ||
{ | ||
"name": "Docs", | ||
"url": "https://grafana.com/docs/plugins/grafana-googlesheets-datasource/" | ||
}, | ||
{ | ||
"name": "Website", | ||
"url": "https://github.com/grafana/google-sheets-datasource" | ||
}, | ||
{ | ||
"name": "Report bug", | ||
"url": "https://github.com/grafana/google-sheets-datasource/issues" | ||
} | ||
], | ||
"screenshots": [ | ||
{ | ||
"name": "Average temperature dashboard example", | ||
"path": "img/dashboard.png" | ||
}, | ||
{ | ||
"name": "Average temperature spreadsheet example", | ||
"path": "img/spreadsheet.png" | ||
}, | ||
{ | ||
"name": "Average temperature table example", | ||
"path": "img/table.png" | ||
}, | ||
{ | ||
"name": "Average temperature graph example", | ||
"path": "img/graph.png" | ||
}, | ||
{ | ||
"name": "Query editor", | ||
"path": "img/query-editor.png" | ||
}, | ||
{ | ||
"name": "Config page - Google JWT File auth", | ||
"path": "img/config-page.png" | ||
} | ||
], | ||
"version": "1.2.18", | ||
"updated": "2025-01-07" | ||
}, | ||
"dependencies": { | ||
"grafanaDependency": ">=9.5.18", | ||
"grafanaVersion": "9.5.x", | ||
"plugins": [] | ||
} | ||
} |