Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbguerraz committed Jul 9, 2021
1 parent e71d2f3 commit 2e92d79
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 18 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,56 +41,56 @@ At the time of writing, the plugin supports all Grafana features and all Druid q

### Datasource - Connection

![Datasource - connection](src/img/screenshot-datasource-connection.png)
![Datasource - connection](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-datasource-connection.png)

### Datasource - Default settings

![Datasource - default settings](src/img/screenshot-datasource-default-settings.png)
![Datasource - default settings](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-datasource-default-settings.png)

### Panels

![Panels](src/img/screenshot-panels.png)
![Panels](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-panels.png)

### Query builder - JSON

![Query builder - JSON](src/img/screenshot-querybuilder-json.png)
![Query builder - JSON](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-querybuilder-json.png)

### Query builder - SQL

![Query builder - SQL](src/img/screenshot-querybuilder-sql.png)
![Query builder - SQL](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-querybuilder-sql.png)

### Query builder - Timeseries

![Query builder - timeseries](src/img/screenshot-querybuilder-timeseries.png)
![Query builder - timeseries](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-querybuilder-timeseries.png)

### Query builder - Settings

![Query builder - settings](src/img/screenshot-querybuilder-settings.png)
![Query builder - settings](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-querybuilder-settings.png)

### Variables

![Variables](src/img/screenshot-variables.png)
![Variables](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-variables.png)

### Variables - Formatter - druid:json

![Variables - formatter - druid:json](src/img/screenshot-querybuilder-formatter-druidjson.png)
![Variables - formatter - druid:json](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-querybuilder-formatter-druidjson.png)

### Explore - Logs

![Explore - logs](src/img/screenshot-explore-logs.png)
![Explore - logs](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-explore-logs.png)

### Query builder - Settings - Logs

![Query builder - settings - logs](src/img/screenshot-querybuilder-settings-logs.png)
![Query builder - settings - logs](https://raw.githubusercontent.com/grafadruid/druid-grafana/master/src/img/screenshot-querybuilder-settings-logs.png)

## Contribute

Any contribution is welcome! Feel free to join on Slack to discuss :)
To go further, see [Contribute](CONTRIBUTE.md)
To go further, see [Contribute](https://github.com/grafadruid/druid-grafana/blob/master/CONTRIBUTE.md)

## Install

- From Grafana.com (soon, process in progress):
- From Grafana.com:
`grafana-cli plugins install grafadruid-druid-datasource $VERSION`
- If `$VERSION` is not specified latest version will be installed
- From remote archive:
Expand All @@ -104,5 +104,5 @@ Where `$VERSION` is for instance `1.0.0` and `$YOUR_PLUGIN_DIR` is for instance

## Examples

You can try out various advanced features of the plugin by importing the [demo dashboard](docker/grafana/dashboards/dashboard.json) and running it against the Wikipedia dataset used in the [Druid quickstart tutorial](https://druid.apache.org/docs/latest/tutorials/index.html#step-4-load-data).
You can try out various advanced features of the plugin by importing the [demo dashboard](https://github.com/grafadruid/druid-grafana/blob/master/docker/grafana/dashboards/dashboard.json) and running it against the Wikipedia dataset used in the [Druid quickstart tutorial](https://druid.apache.org/docs/latest/tutorials/index.html#step-4-load-data).
> When using the provided docker based environment (`./mage env:start && ./mage`), the dataset is automatically ingested in Druid, the datasource and dashboard are automatically provisionned in Grafana.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druid-grafana",
"version": "1.1.0",
"version": "1.2.0",
"description": "Connects Grafana to Druid",
"scripts": {
"fmt": "prettier -uw '**/*'",
Expand Down
Binary file modified src/img/screenshot-datasource-default-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/screenshot-querybuilder-settings-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/screenshot-querybuilder-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@
}
],
"screenshots": [
{ "name": "datasource", "path": "img/screenshot-datasource.png" },
{ "name": "datasource - connection", "path": "img/screenshot-datasource-connection.png" },
{ "name": "datasource - default settings", "path": "img/screenshot-datasource-default-settings.png" },
{ "name": "panels", "path": "img/screenshot-panels.png" },
{ "name": "query builder", "path": "img/screenshot-querybuilder.png" },
{ "name": "variables", "path": "img/screenshot-variables.png" }
{ "name": "query builder - json", "path": "img/screenshot-querybuilder-json.png" },
{ "name": "query builder - sql", "path": "img/screenshot-querybuilder-sql.png" },
{ "name": "query builder - timeseries", "path": "img/screenshot-querybuilder-timeseries.png" },
{ "name": "query builder - settings", "path": "img/screenshot-querybuilder-settings.png" },
{ "name": "variables", "path": "img/screenshot-variables.png" },
{ "name": "variables - formatter - druid:json", "path": "img/screenshot-querybuilder-formatter-druidjson.png" },
{ "name": "explore - logs", "path": "img/screenshot-explore-logs.png" },
{ "name": "query builder - settings - logs", "path": "img/screenshot-querybuilder-settings-logs.png" }
],
"version": "%VERSION%",
"updated": "%TODAY%"
Expand Down

0 comments on commit 2e92d79

Please sign in to comment.