这是indexloc提供的服务,不要输入任何密码
Skip to content

mosuka/phalanx-datasource

Repository files navigation

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