Skip to content

Releases: timeplus-io/proton-grafana-source

v2.1.3

12 May 23:23
Compare
Choose a tag to compare

What's Changed

  • fix the render issue when there are nullable columns by @ye11ow in #23

Full Changelog: v2.1.2...v2.1.3

Download it from https://d.timeplus.com/grafana/timeplus-proton-datasource-2.1.3.zip

v2.1.2

04 Feb 22:54
Compare
Choose a tag to compare

What's Changed

  • fix: set ref id for data frame by @ye11ow in #21

Full Changelog: v2.1.1...v2.1.2

Download it from https://d.timeplus.com/grafana/timeplus-proton-datasource-2.1.2.zip

v2.1.1

23 Jan 00:33
Compare
Choose a tag to compare

What's Changed

  • propagate the error message from the backend to the frontend
  • set batch size to 1000 and batch interval to 100ms for the streaming query

Download the package from https://d.timeplus.com/grafana/timeplus-proton-datasource-2.1.1.zip

MD5: d12716696a95269ed78545fd34e50dd0

v2.1.0

13 Jan 23:13
dbf5b5b
Compare
Choose a tag to compare

What's Changed

  • Support query variables and annotations
  • Updated Grafana Go SDK
  • Made the SQL editor wider

Full Changelog: v2.0.0...v2.1.0

Download the package from https://d.timeplus.com/grafana/timeplus-proton-datasource-2.1.0.zip

MD5: 2a9d499be58d4236ac7df45806a6cb58

v2.1.0-beta.2

09 Jan 19:58
Compare
Choose a tag to compare
v2.1.0-beta.2 Pre-release
Pre-release

What's Changed

  • feat: basic support for annotations by @ye11ow in #11
  • support 4 platforms (linux/mac, arm64/x64)

Full Changelog: v2.1.0-beta.1...v2.1.0-beta.2

v2.1.0-beta.1

09 Jan 00:51
6ff6171
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

What's Changed

  • feat: supported query variable, better default settings by @ye11ow in #8
  • feat: upgrade sdk by @ye11ow in #9

Full Changelog: v2.0.0...v2.1.0-beta.1

Note

This only works on Linux x86 64 bit and macOS ARM, as Linux ARM64 or macOS x64 binaries are not included.
You can define a variable with from/to using this example:

SELECT distinct product_id FROM table(coinbase)  where _tp_time < to_datetime($__to/1000) and _tp_time > to_datetime($__from/1000)

The upgrade path:

  1. Stop Grafana first.
  2. Delete the plugin zip and folder.
  3. Then unzip the plugin, then start Grafana.
  4. The previously defined data source and dashboard should work, and you can define variables.

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