Releases: timeplus-io/proton-grafana-source
Releases · timeplus-io/proton-grafana-source
v2.0.0
What's Changed
- v2.0.0, improve stability and update SDKs by @ye11ow in #2
- Refactored code based on Grafana Go SDK v0.251
- Updated proton go driver to 2.0.17
- Fixed boolean field issue
Download it via https://d.timeplus.com/grafana/timeplus-proton-datasource-2.0.0.zip
Quick install:
cd /var/lib/grafana
mkdir plugins
cd plugins
wget d.timeplus.com/grafana/timeplus-proton-datasource-2.0.0.zip
unzip timeplus-proton-datasource-2.0.0.zip
/bin/systemctl start grafana-server.service
New Contributors
Full Changelog: v1.0.3...v2.0.0
v1.0.3
Full Changelog: v1.0.2...v1.0.3
Signed and approved by Grafana Inc.
Key changes:
- No longer need to specify the query is streaming or not. Call Proton query analazyer (need port 3218 open)
- Support for dashboard variables
- Filter query if the SQL is empty or disabled
- Enable Grafana Alerting
Please note you need to enable both 8463 and 3218 ports from Timeplus Proton.