Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.28 KB

Changelog

2.1.2

Key changes:

  • Improved the data source to support more transformations in Grafana

2.1.1

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

2.1.0

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

2.0.0

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

1.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.0 (Unreleased)

Initial release.