Skip to content

This is a fork of the operato windrose panel for use with Prometheus

License

Notifications You must be signed in to change notification settings

USA-RedDragon/operato-windrose-panel

Repository files navigation

Operato Windrose Grafana Panel

Important

This is a fork

This is a fork which only supports Prometheus and has stricter dependency verison pinning enabled with Renovate managing them. If you've stumbled upon this repository, you probably want the upstream repository which can be found at https://git.operato.eu/open-source/operato-windrose-panel/.

No support is offered for any usecase

How to build the plugin?

If you want to build the plugin to install it manually you can run the command:

npm run build

Since Grafana requires all plugins to be signed (unles you are running Grafana in development mode or you specify to load unsigned plugins) you will need to sign the plugin before you will be able to install it. Here is a short bash script to sign the plugin. You will need to input your Grafana API key and the URL address your grafana is running on (you can also input multiple adresses):

export GRAFANA_API_KEY={YOUR-GRAFANA-API-KEY}
npx @grafana/sign-plugin@latest --rootUrls http://localhost:3000,https://example.com/,http://grafana.yourdomain.com:3000/

After you have build and signed the plugin you only need to copy the dist folder to the plugins folder of your Grafana instalation.

About

This is a fork of the operato windrose panel for use with Prometheus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •