Skip to content

Releases: timeplus-io/proton-grafana-source

v2.0.0

05 Nov 22:22
bfce979
Compare
Choose a tag to compare

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

  • @ye11ow made their first contribution in #2

Full Changelog: v1.0.3...v2.0.0

v1.0.3

21 Dec 16:27
Compare
Choose a tag to compare

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.

1.0.2

31 Oct 18:15
Compare
Choose a tag to compare