You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__Note: Since this plugin uses the Grafana Live Streaming API, make sure to use Grafana v8.0+__
43
+
### Installation Steps
44
+
45
+
1. Clone the plugin to your Grafana plugins directory.
46
+
2. Build the plugin by running `yarn install` and then `yarn build`.
47
+
48
+
NOTE: The `yarn build` command above might fail on a non-unix-like system, like Windows, where you can try replacing the `rm -rf` command with `rimraf` in the `./package.json` file to make it work.
49
+
50
+
3. Run `mage reloadPlugin` or restart Grafana for the plugin to load.
0 commit comments