Releases: DiamondMofeng/grafana-greptime-datasource
Releases · DiamondMofeng/grafana-greptime-datasource
v0.2.5
v0.2.4
- Perf: Documentation improvements
- Fix: Update grafanaDependency to ">=9.0.0" to make this plugin install-able in other grafana version.
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
What's Changed
- docs: detailed user guide and some plugin screenshots
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- feat: add database parameter by @sunng87 in #2
- feat: support custom database by @DiamondMofeng in #4
- feat: group by and aggregate function by @DiamondMofeng in #8
New Contributors
Full Changelog: v0.1.0...v0.2.0
Visual Query Editor comes
Added a visual query editor for this datasource plugin. You can now select the following params by clicking instaed of writing sql.
- FROM ( table )
- Time Column
- SELECT
- WHERE ( you have to write the conditions manually now )
The Aggregate function and Group by have not done yet.
v0.0.1
Install
Put the unzipped plugin into your grafana plugins directory, then restart your grafana.
Please remember that you have to set your grafana to development mode to load this unsigned plugin.