Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ATSD Grafana Plugin

Table of Contents

If you are having trouble viewing the images in this repository or lack an internet connection on this machine, refer to the version hosted on GitHub.

Overview

Axibase Time Series Database is a non-relational database optimized for collecting, storing, and analyzing temporal data from IT infrastructure, industrial equipment, smart meters, and IoT devices. ATSD features Network API, REST API, SQL, and other capabilities to analyze numeric observations and the built-in visualization library Charts to display them. Additionally, use the third-party dashboarding tool Grafana with data stored in ATSD.

Requirements

Installation

Clone the ATSD Grafana Plugin repository to the Grafana plugins directory. By default, this directory is /var/lib/grafana/plugins.

sudo git clone https://github.com/axibase/grafana-data-source.git /var/lib/grafana/plugins/atsd

Restart Grafana.

sudo service grafana-server restart

After restarting Grafana, access the user interface at http://localhost:3000/. From the left menu, select Configuration > Plugins.

Axibase Time Series Database is visible in the plugin library.

From the Data Sources tab, click Add data source

Select Axibase Time Series Database from the Type drop-down list, and enter your ATSD instance hostname.

Select Basic Auth under the Auth header and enter valid login credentials to your ATSD instance.

Click Save & Test. Grafana notifies that the connection succeeded.

In the event of server connection error, Grafana shows an alert. Confirm login credentials and configuration. Refer to Grafana Troubleshooting documentation for more information.

On the Home Dashboard page, ATSD is visible under the Installed Datasources header.

Examples

To create dashboards, complete datasource installation and configuration.

If you are unfamiliar with Grafana, refer to Getting Started documentation.

From the Home Dashboard, click New Dashboard.

Select a dashboard component (these examples use the Graph option). Expand the Panel Title drop-down list and click Edit.

Set Data Source to ATSD if you have used a different database as the default location.

The following configurations demonstrate example Grafana visualization:

Example 1

  • Tabular view
  • Tag selection
  • Aggregation

Example Two

Example Three

  • Multiple tags
  • Tag auto-complete feature

About

Repository for Axibase Time Series Database data source for Grafana dashboarding tool

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.