Skip to content

424002469/wzw

Repository files navigation

Template to create a new Grafana data source plugin

Datasource

Grafana 10 CI E2E codecov CodeQL

Introduction

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

To make the creation process efficient, starting with a well-constructed template is always easier.

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

Requirements

  • Grafana 9, and Grafana 10 are required for major version 3.
  • Grafana 8.5+ and Grafana 9 are required for major version 2.
  • Grafana 8 is required for major version 1.

Getting Started

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

Highlights

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

Support

License

Apache License Version 2.0, see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors