This plugin enables the use of Akenza Core Device Data to be visualized in Grafana.
Grafana supports a wide range of data sources, including Prometheus, MySQL, and even Datadog. There’s a good chance you can already visualize metrics from the systems you have set up. In some cases, though, you already have an in-house metrics solution that you’d like to add to your Grafana dashboards. Grafana Data Source Plugins enables integrating such solutions with Grafana.
- Install dependencies
yarn install
- Run in watch mode
yarn watch
- Start the docker-compose Grafana instance
docker-compose up grafana
The Grafana server will be started and can be accessed at localhost:3000. The Plugin is located at the very bottom of the Plugin list.
- 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
docker run -d
-p 3000:3000
--name=grafana
-e 'GF_INSTALL_PLUGINS=https://github.com/akenza-io/grafana-connector/releases/download/v{VERSION}/akenza-core-datasource-{VERSION}.zip;akenza-core-datasource'
grafana/grafana:7.3.2