Key changes:
- Improved the data source to support more transformations in Grafana
Key changes:
- propagate the error message from the backend to the frontend
- set batch size to 1000 and batch interval to 100ms for the streaming query
Key changes:
- Able to define dashboard variables with this data source. Please make sure turning off the streaming query mode in the SQL to populate the variable values, and only return 1 or 2 columns. You can also refer to
__from
and__to
variables in the SQL to get the time range of the dashboard. - Able to define annotations with this data source
- Use default values for HTTP/TCP ports and username if they are not set in the data source configuration
Key changes:
- Removed "AddNow" option
- Fixed boolean field issue
- Refactored code based on Grafana Go SDK v0.251
- Updated proton go driver to 2.0.17
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.
Initial release.