This is a small Grafana app plugin built to demonstrate some of the functionality provided by scenes-ml, and to aid development.
- From Scenes ML root directory run
./scripts/demo.sh
- Navigate to http://localhost:3001/a/grafana-scenes-ml-app
-
Modify Grafana config to load demo app plugin, i.e.
# Grafana custom.ini [plugin.grafana-scenes-ml-app] path=<your-path>/scenes-ml/packages/scenes-ml-app
-
Use provided datasource provisioning file to setup required data source.
-
Run
yarn dev:app
from the root of this repository. -
Navigate to http://localhost:3000/a/grafana-scenes-ml-app/
For more details, checkout package.json
, docker-compose.yaml
, and the provisioning directory.