[Groonga-commit] groonga/grafana-datasource-plugin-groonga at 2b59f9c [master] Add usage

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sun Feb 28 01:52:19 JST 2016


Masafumi Yokoyama	2016-02-28 01:52:19 +0900 (Sun, 28 Feb 2016)

  New Revision: 2b59f9c01948ac6dd349223ffb7940efc30d5544
  https://github.com/groonga/grafana-datasource-plugin-groonga/commit/2b59f9c01948ac6dd349223ffb7940efc30d5544

  Message:
    Add usage

  Modified files:
    README.md

  Modified: README.md (+29 -1)
===================================================================
--- README.md    2016-02-28 01:43:35 +0900 (23306c0)
+++ README.md    2016-02-28 01:52:19 +0900 (f0ba49b)
@@ -6,7 +6,35 @@
 
 ## Usage
 
-TODO
+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](http://groonga.org/docs/reference/executables/groonga-server-http.html) or [groonga-httpd](http://groonga.org/docs/reference/executables/groonga-httpd.html).
+
+### 2. Add data source
+
+1. Login as an admin user
+2. Data sources > Overview > Add new
+3. Input data source name (any name)
+3. Select Type to "Groonga"
+4. Input Groonga server's URL (e.g.: `http://localhost:10041`)
+5. Choose "proxy"
+6. 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
+  * Shown only tables include one or more *Time* column
+5. Choose a column
+  * Shown only nuneric columns (*UInt16*, *Int32*, *Float* etc.)
 
 ## Community
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index