groonga/grafana-datasource-plugin-groonga

Name: grafana-datasource-plugin-groonga

Owner: Groonga Project

Description: Groonga datasource plugin for Grafana 2

Created: 2016-01-29 03:54:56.0

Updated: 2016-02-06 15:53:03.0

Pushed: 2017-07-13 04:10:02.0

Homepage: null

Size: 19

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

README

Groonga datasource plugin for Grafana 2.

grafana-plugin-datasource-groonga-screenshot

Installation

Notice: You need to install Grafana. See Installation - Grafana Documentation.

  1. Download archive
  2. Copy to plugins directory
  3. Restart grafana-server
1. Download archive

Clone git repository or download archive into temporary directory.

Clone
$ git clone https://github.com/groonga/grafana-datasource-plugin-groonga.git
Archive
$ wget https://github.com/groonga/grafana-datasource-plugin-groonga/releases/download/v0.1.0/grafana-datasource-plugin-groonga-0.1.0.tar.gz
$ tar xzvf grafana-datasource-plugin-groonga-0.1.0.tar.gz
2. Copy to plugins directory

Copy the files to /usr/share/grafana/public/app/plugins/datasource/groonga.

$ sudo cp grafana-datasource-plugin-groonga /usr/share/grafana/public/app/plugins/datasource/groonga
3. Restart grafana-server

Restart grafana-server. For example (Systemd):

$ sudo systemctl restart grafana-server

Now, Groonga data source is avalilable.

Usage
  1. Start Groonga HTTP server
  2. Add data source
  3. Add a graph to dashboard
1. Start Groonga HTTP server

Notice: You need to create table with Time type column and load data with one or more numeric column (UInt16, Int32, Float etc.).

Start Groonga HTTP server or groonga-httpd.

2. Add data source
  1. Login as an admin user
  2. Data sources > Overview > Add new
  3. Input data source name (any name)
  4. Select Type to “Groonga”
  5. Input Groonga server's URL (e.g.: http://localhost:10041)
  6. Choose “proxy”
  7. Push “Save” button
3. Add a graph to dashboard
  1. Show a dashboard
  2. App Panel > Graph
  3. Select data source
  4. Choose a table
  5. Shown only tables include one or more Time column
  6. Choose a column
  7. Shown only nuneric columns (UInt16, Int32, Float etc.)
Community
Authors

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.