Skip to content

Exploratory work to integrate grafana into tsds API

License

Notifications You must be signed in to change notification settings

sreemukha/tsds-grafana

 
 

Repository files navigation

GlobalNOC TSDS Datasource

More documentation about datasource plugins can be found in the Docs.

Deployment

The RPM is generated based on globalnoc-tsds-datasource.spec. If you want a release number other than 0 set the BUILD_NUMBER environment variable.

make rpm

After installation verify the install was successful.

  1. In Grafana, create a new GlobalNOC TSDS Datasource.
  2. Click Save & Test to verify the Datasource is correctly configured.

Development

This plugin requires node 6.10.0. Assuming this requirement is met you can build the project.

make dev

Software documentation can also be generated if desired.

make doc

Add the plugin to grafana.

sudo ln -s $PWD/dist /var/lib/grafana/plugins/globalnoc-tsds-datasource/dist

About

Exploratory work to integrate grafana into tsds API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.5%
  • HTML 18.2%
  • Other 0.3%