Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

akenza-io/gf-grafana-connector

Repository files navigation

Akenza Core Grafana Connector

This plugin enables the use of Akenza Core Device Data to be visualized in Grafana.

What is Grafana Data Source Plugin?

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.

Getting started

  1. Install dependencies
yarn install
  1. Run in watch mode
yarn watch
  1. 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.

Data Source Plugin Development Resources

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