Plugins 〉Anodot


Developer
Anodot

Resources

Sign up to receive occasional product news and updates:



Panel
commercial

Anodot

  • Overview
  • Installation
  • Change log
  • Related content

Anodot Panel Plugin

This is Anodot Panel Plugin for Grafana, which together with Anodot Datasource Plugin allows users to use Anodot data for building Grafana Dashboards. The Anodot Panel plugin supports several scenarios for displaying Anodot data from your account. The full documentation for using it can be found here.

Please note - You need an active Anodot account in order to use this plugin.

What is a Grafana Panel Plugin?

Panels are the building blocks of Grafana. They allow you to visualize data in different ways. While Grafana has several types of panels already built-in, you can also build your own panel, to add support for other visualizations.

For more information about panels, refer to the documentation on Panels

Installation

You can get the Anodot Panel Plugin in these ways:

  1. Clone this github repository, build the plugin and deploy it to your grafana deployment.
  2. Unzip zip archive from this repository to your grafana-plugins folder.
  3. Get it from the Grafana plugins library
  4. Use grafana-cli for installation

Installing/Updating with grafana-cli

grafana-cli plugins install anodot-panel

or

grafana-cli plugins update anodot-panel

See more details here.

Getting started

  1. Install dependencies
yarn install
  1. Build plugin in development mode or run in watch mode
yarn dev

or

yarn watch
  1. Build plugin in production mode
yarn build

Learn more

Installing Anodot on Grafana Cloud:

For more information, visit the docs on plugin installation.

Change Log

All notable changes to this project will be documented in this file.

v1.0.0

Initial Release