Plugins 〉Google Sheets
Google Sheets
Google Sheets data source
Visualize your Google Spreadsheets in Grafana!
Configuration
Please refer to the configuration document.
Provisioning
Please refer to the provisioning document.
Using the editor
Please refer to the Using the editor document.
Quota
Please refer to the official docs.
Enterprise plugins, along with support and assistance from the core team behind Grafana, are available with Grafana Enterprise.
Installing Google Sheets on Grafana Cloud:
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
For more information, visit the docs on plugin installation.
Installing on a local Grafana:
For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.
1. Install the Data Source
Use the grafana-cli tool to install Google Sheets from the commandline:
grafana-cli plugins install
The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.
Alternatively, you can manually download the .zip file for your architecture below and unpack it into your grafana plugins directory.
Alternatively, you can manually download the .zip file and unpack it into your grafana plugins directory.
2. Configure the Data Source
Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.
Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.
To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.
Change Log
All notable changes to this project will be documented in this file.
v1.0.0
- Works with Grafana 7+
- Avoid crashing on unknown timezone (#69)
- improved support for formula values
- supports template variables
v0.9.0
- First official release (grafana 6.7)
v0.1.0
- Initial Release (preview)