Like a Gauge only more colourful! 🚦
See this readme for usage.
Got ideas or feedback? Your contributions help make this plugin better. Share your thoughts and code improvements on GitHub.
-
Clone the repository
-
Create a dev branch
-
Install dependencies
npm install
-
Build plugin in development mode and run in watch mode
npm run dev
-
Build plugin in production mode
npm run build
-
Run the tests (using Jest)
# Runs the tests and watches for changes, requires git init first npm run test # Exits after running all the tests npm run test:ci
-
Spin up a Grafana instance and run the plugin inside it (using Docker)
npm run server
-
Run the E2E tests (using Cypress)
# Spins up a Grafana instance first that we test against npm run server # Starts the tests npm run e2e
-
Run the linter
npm run lint # or npm run lint:fix
This plugin is licensed under the Apache-2.0 license.