Emm, nothing to say, it is better to install and use it.
Grafana >= 7.x.x
Nightingale >= V2.4.1
grafana-cli --pluginUrl https://github.com/n9e/grafana-n9e-datasource/archive/v1.5.4.zip plugins install grafana-n9e-datasource
Generate a token on /rdb/personnel-info/profile
.
Create datasource.
URL: nginx address
Token: the token u just generated on /rdb/personnel-info/profile
Name | Type | Query(Query Options) | Multi-value(Selection Options) | Include All option(Selection Options) |
---|---|---|---|---|
Node | Query | Node | off | off |
Endpoints | Query | Endpoints BY $Node | on | on |
Variable names and query value are fixed.
- Install dependencies
yarn install
- Build plugin in development mode or run in watch mode
yarn dev
or
yarn watch
- Build plugin in production mode
yarn build
- Build a data source plugin tutorial
- Grafana documentation
- Grafana Tutorials - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
- Grafana UI Library - UI components to help you build interfaces using Grafana Design System