The geotrack panel attempts to solve the problem of displaying "enriched geospatial data" within grafana. What does this mean? Given a set of GPS coordinates, what do you want to see? For an exercise enthusiast, you may want to see your track against heart rate. Or what happense to your cadence when going uphill? For automotive applications, this may mean looking to see if the brakes are applied, or being ridden while the vehicle is going downhill. For aerospace engine or battery performance aginst a set of GPS coordinates.
Whatever your application, the geotrack panel endevours to solve these problems in 3D.
-
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 panel 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