Skip to main content

Abc Panel template

The Abc panel is a template we created to streamline our development process and gladly share it with the Grafana community.

We created many Grafana panels to this moment. To make the creation process efficient, starting with a well-constructed template is always easier.

The Abc panel uses Static Data Source to display value from the field.
The Abc panel uses Static Data Source to display value from the field.

Generate a panel template with https://github.com/VolkovLabs/volkovlabs-abc-panel/generate.

Requirements

  • Grafana 8.5+, Grafana 9.0+ is required for major version 2.
  • Grafana 8.0+ is required for major version 1.

Getting Started

  1. Install packages
yarn install
  1. Build the plugin
yarn build
  1. Sign the plugins if required
export GRAFANA_API_KEY=erfdfsgfs==
yarn sign
  1. Start the Docker container
yarn run start

Features

  • Use docker-compose to start the development environment with provisioned data source and a dashboard.
  • Provides unit test configuration.
  • Based on the latest version of Grafana.
  • Includes GitHub Actions for CI and Release.
  • Includes Static Data Source to emulate any data.

Feedback

We love to hear from you. There are various ways to get in touch with us.

  • Ask a question, request a new feature, and file a bug with GitHub issues.
  • Sponsor our open-source plugins for Grafana with GitHub Sponsor.
  • Star the repository to show your support.

License

Apache License Version 2.0, see LICENSE.