Skip to content

Commit

Permalink
docs: release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondMofeng committed Mar 16, 2023
1 parent 0d2e157 commit c08191b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ Added detailed error message.

## 0.2.2

More detailed user guide.
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.
8 changes: 4 additions & 4 deletions docs/Using GreptimeDB in Grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <config.toml>`. The format of `config.toml` [can be found here](https://docs.greptime.com/reference/configuration)

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <config.toml>`. The format of `config.toml` [can be found here](https://docs.greptime.com/reference/configuration)

Expand All @@ -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
Expand Down

0 comments on commit c08191b

Please sign in to comment.