Skip to content

anodot/grafana-datasource

Repository files navigation

Grafana Data Source Plugin

This is Anodot Datasource Plugin for Grafana, which together with the Anodot Panel Plugin allows users to use Anodot data for building Grafana Dashboards.

Using the Anodot Data Source Plugin

You can get the Anodot Data Source 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

Setting up the Anodot Data Source

Once you have the plugin installed, please follow the steps below to configure it for use:

  1. You will need to set up an API token. Click here to find out how to get an Anodot Access Key. Click here to learn how to obtain an access key from Anodot.
  2. You will need to set up your Anodot URL. For most customers - that URL is 'app.anodot.com'. You can find your URL when you log in to Anodot.
  3. Once you've set these two parameters - simply hit the "Save & Test" and you are good to go.

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.

Learn more