Skip to content

A Grafana data source plugin will allow plotting of RuneScape Grand Exchange prices directly in Grafana.

License

Notifications You must be signed in to change notification settings

schoentoon/rsge-grafana

Repository files navigation

RSGE-Grafana

GitlabCI

This data source plugin will allow plotting of RuneScape Grand Exchange prices directly in Grafana.

Installation

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.

Frontend

  1. Install dependencies
yarn install
  1. Build plugin in development mode or run in watch mode
yarn dev

or

yarn watch
  1. Build plugin in production mode
yarn build

Backend

  1. Update Grafana plugin SDK for Go dependency to the latest minor version:
go get -u github.com/grafana/grafana-plugin-sdk-go
  1. Build backend plugin binaries for Linux, Windows and Darwin:
mage -v
  1. List all available Mage targets for additional commands:
mage -l

About

A Grafana data source plugin will allow plotting of RuneScape Grand Exchange prices directly in Grafana.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published