Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 833 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 833 Bytes

MetricQ Data Source For Grafana

based on SimpleJson Datasource, react update based on Grafana Data Source Plugin Template

What is MetricQ Data Source Plugin?

MetricQ Data Source Plugins enables integrating MetricQ with Grafana via metricq-grafana.

Getting started

This plugins comes with a production build in the dist/ folder. Just clone it into your Grafana plugins directory.

Development setup

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev

    or

    yarn watch
  3. Build plugin in production mode

    yarn build