umh-datasource
The technical documentation of the microservice umh-datasource, which allows for easy data extraction from factoryinsight.
less than a minute
UMH Datasource provides a Grafana 8.X compatible plugin, allowing easy data extraction from the UMH factoryinsight microservice.
Get started
For development, the steps to build the plugin from source are described here.
Clone the datasource repository
git@github.com:united-manufacturing-hub/united-manufacturing-hub-datasource.gitInstall dependencies
yarn install
- Build plugin in development mode or run in watch mode
yarn dev
- Build plugin in production mode (not recommended due to Issue 32336).
yarn build
- Move the resulting dis folder in your Grafana plugins directory.
- Windows:
C:\Program Files\GrafanaLabs\grafana\data\plugins - Linux:
/var/lib/grafana/plugins
Rename the folder to umh-datasource.
Enable the enable development mode to load unsigned plugins.
restart your Grafana service.
Last modified February 17, 2023: update (#208) (ea731fc)