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.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Panel

Use the grafana-cli tool to install Anodot from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Add the Panel to a Dashboard

Installed panels are available immediately in the Dashboards section in your Grafana main menu, and can be added like any other core panel in Grafana.

To see a list of installed panels, click the Plugins item in the main menu. Both core panels and installed panels will appear.

Change Log

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

v1.0.0

Initial Release