From c08191bf1b143e029bd2c0d4a7509abd68ac207c Mon Sep 17 00:00:00 2001 From: DiamondMofeng <363034937@qq.com> Date: Thu, 16 Mar 2023 22:59:27 +0800 Subject: [PATCH] docs: release v0.2.3 --- CHANGELOG.md | 6 +++++- docs/Using GreptimeDB in Grafana.md | 8 ++++---- package.json | 2 +- src/README.md | 8 ++++---- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb3fd1..5323570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,4 +15,8 @@ Added detailed error message. ## 0.2.2 -More detailed user guide. \ No newline at end of file +More detailed user guide. + +## 0.2.3 + +Added a time filter that automatically adds a `WHERE` clause to the query depending on the time range selected in the dashboard. \ No newline at end of file diff --git a/docs/Using GreptimeDB in Grafana.md b/docs/Using GreptimeDB in Grafana.md index e7fb845..1d4f6cf 100644 --- a/docs/Using GreptimeDB in Grafana.md +++ b/docs/Using GreptimeDB in Grafana.md @@ -4,7 +4,9 @@ ### Manually -Get GreptimeDB from [Greptime's release page here](https://github.com/GreptimeTeam/greptimedb/releases/), or run [this bash script](https://github.com/DiamondMofeng/grafana-greptime/blob/main/update-greptime.sh) to download the latest release. +Get GreptimeDB from [Greptime's release page here](https://github.com/GreptimeTeam/greptimedb/releases/). + +This plugin is currently campatiable with GreptimeDB 0.1.1-alpha. For demostration, run it in standalone mode `./greptime standalone start`. In case of port conflicts, start with option `-c `. The format of `config.toml` [can be found here](https://docs.greptime.com/reference/configuration) @@ -25,12 +27,10 @@ docker run -p 4000-4004:4000-4004 \ ## Install The Plugin ### Manually -Download the plugin from [this repo's release page](https://github.com/DiamondMofeng/grafana-greptime/tags) or clone the repo then build your own one. +Download the plugin from [this repo's release page](https://github.com/DiamondMofeng/grafana-greptime-datasource/releases) Put the unzipped plugin folder into your grafana's plugin directory, which default at `/var/lib/grafana/plugins` -Since this plugin is currently not signed by Grafana Official, you have to set your grafana to development mode to load this plugin. You can set the environment variable `GF_DEFAULT_APP_MODE=development` or set `app_mode = development` in your grafana.ini - Restart your Grafana and the plugin will be loaded! ## Add GreptimeDB data source in Grafana diff --git a/package.json b/package.json index 16d0950..c473673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-greptime-datasource", - "version": "0.2.2", + "version": "0.2.3", "description": "GreptimeDB Datasource Plugin for Grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/README.md b/src/README.md index c610067..c7b24a9 100644 --- a/src/README.md +++ b/src/README.md @@ -18,7 +18,9 @@ GreptimeDB currently is not production ready. Do not use it in production at the ### Manually -Get GreptimeDB from [Greptime's release page here](https://github.com/GreptimeTeam/greptimedb/releases/), or run [this bash script](https://github.com/DiamondMofeng/grafana-greptime/blob/main/update-greptime.sh) to download the latest release. +Get GreptimeDB from [Greptime's release page here](https://github.com/GreptimeTeam/greptimedb/releases/). + +This plugin is currently campatiable with GreptimeDB 0.1.1-alpha. For demostration, run it in standalone mode `./greptime standalone start`. In case of port conflicts, start with option `-c `. The format of `config.toml` [can be found here](https://docs.greptime.com/reference/configuration) @@ -39,12 +41,10 @@ docker run -p 4000-4004:4000-4004 \ ## Install The Plugin ### Manually -Download the plugin from [this repo's release page](https://github.com/DiamondMofeng/grafana-greptime/tags) or clone the repo then build your own one. +Download the plugin from [this repo's release page](https://github.com/DiamondMofeng/grafana-greptime-datasource/releases) Put the unzipped plugin folder into your grafana's plugin directory, which default at `/var/lib/grafana/plugins` -Since this plugin is currently not signed by Grafana Official, you have to set your grafana to development mode to load this plugin. You can set the environment variable `GF_DEFAULT_APP_MODE=development` or set `app_mode = development` in your grafana.ini - Restart your Grafana and the plugin will be loaded! ## Add GreptimeDB data source in Grafana