Releases: timeplus-io/proton-grafana-source
v2.1.3
What's Changed
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
What's Changed
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
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
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
What's Changed
Full Changelog: v2.1.0-beta.1...v2.1.0-beta.2
v2.1.0-beta.1
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:
- Stop Grafana first.
- Delete the plugin zip and folder.
- Then unzip the plugin, then start Grafana.
- The previously defined data source and dashboard should work, and you can define variables.
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.