This data source plugin will allow plotting of RuneScape Grand Exchange prices directly in Grafana.
In the case of a grafana installation through docker, you would just have to add the following environment variables
GF_INSTALL_PLUGINS=https://schoentoon.gitlab.io/rsge-grafana/schoentoon-rsge-datasource-1.0.0.zip;rsge-datasource
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=schoentoon-rsge-datasource
Installation on other installation types will probably work fairly similar. Afterwards simply start grafana, login as admin and configure a new datasource with this plugin as the datatype.
- Install dependencies
yarn install
- Build plugin in development mode or run in watch mode
yarn dev
or
yarn watch
- Build plugin in production mode
yarn build
- Update Grafana plugin SDK for Go dependency to the latest minor version:
go get -u github.com/grafana/grafana-plugin-sdk-go
- Build backend plugin binaries for Linux, Windows and Darwin:
mage -v
- List all available Mage targets for additional commands:
mage -l