Skip to content

Commit

Permalink
RobotBuild 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2022
1 parent 21b5f2b commit ba569a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TimeBase Grafana plugin allows visualizing [TimeBase](https://kb.timebase.info/) streams data in [Grafana](https://grafana.com/).

[Link to plugin distribution](https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.8/epam-timebase-datasource.zip)
[Link to plugin distribution](https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.9/epam-timebase-datasource.zip)

[Link to QQL (TimeBase Query language) tutorial](https://kb.timebase.info/community/development/qql-tut)

Expand All @@ -29,12 +29,12 @@ Other versions are rather incompatible or partially incompatible.

> Preferred with Docker/Kubernetes.
1. Set environment variable `GF_INSTALL_PLUGINS=https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.8/epam-timebase-datasource.zip;epam-timebase-datasource` and `GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=epam-timebase-datasource`.
1. Set environment variable `GF_INSTALL_PLUGINS=https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.9/epam-timebase-datasource.zip;epam-timebase-datasource` and `GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=epam-timebase-datasource`.
2. Restart grafana server.

### Using `grafana-cli`

1. Run command `grafana-cli --pluginUrl https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.8/epam-timebase-datasource.zip plugins install epam-timebase-datasource`
1. Run command `grafana-cli --pluginUrl https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.9/epam-timebase-datasource.zip plugins install epam-timebase-datasource`
2. Restart Grafana server.

## Working with SSO on TimeBase WebAdmin
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": "epam-timebase-datasource",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
Expand Down

0 comments on commit ba569a0

Please sign in to comment.