Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 798 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 798 Bytes

Example of a Grafana Plugin with openglobus integration

Example of a grafana plugin with openglobus. Grafana plugins are written in reactjs.

grafana with openglobus

for developers

Install docker and nodejs.

Pull and run the grafana image:

docker pull grafana/grafana:8.3.3

Make sure this plugin is in a grafana-plugins/ folder and go in it (likely cd .. from here).

cd .. ; docker run -d -p 3000:3000 -v "$(pwd)":/var/lib/grafana/plugins --name=grafana grafana/grafana:8.3.3

Delete

docker stop grafana; docker rm grafana

List

docker ps

Restart

docker restart grafana
yarn install
yarn watch

Build plugin in production mode

yarn build

the login and pasword is admin