/phalanx-datasource

Grafana Data Source Plugin for Phalanx

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Grafana Data Source Plugin for Phalanx

This is a Grafana Data Source Plugin for Phalanx

This Data Source Plugin allows you to visualize the data indexed in Phalanx.

phalanx-datasource

Getting started

  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