Giter Club home page Giter Club logo

kairosdb-datasource's Introduction

Starting in Grafana 3.x the KairosDB data source is no longer included out of the box.

But it is easy to install this plugin!

Overview

This plugin consists of two components: a frontend and a backend

The backend plugin provides support for alerts, but is not required to use the frontend portion.

Installation

Install to plugins directory

If you only need the frontend component you may clone the project directly into your Grafana plugin directory (defaults to /var/lib/grafana/plugins if you're installing grafana with package).

Then simply compile the code and restart Grafana:

git clone https://github.com/grafana/kairosdb-datasource
cd kairosdb-datasource
npm install
make frontend
sudo service grafana-server restart

Install with Alerts

If you wish to build the backend plugin, as well, your project must be setup within a Go workspace.

Ensure your GOPATH environment variable points to your workspace:

export GOPATH=$HOME/go
cd $GOPATH/src/github.com/grafana
git clone https://github.com/grafana/kairosdb-datasource

Edit your grafana.ini config file (Default location is at /etc/grafana/grafana.ini) to include the path to your clone. Be aware that grafana-server needs read access to the project directory.

[plugin.kairosdb]
path = $GOPATH/src/github.com/grafana/kairosdb-datasource

Then compile the code and restart Grafana:

npm install
make
sudo service grafana-server restart

kairosdb-datasource's People

Contributors

jifwin avatar torkelo avatar daniellee avatar brandonarp avatar bergquist avatar hjacobs avatar marefr avatar dancech avatar errnoh avatar orange-llajeanne avatar mattttt avatar klausweiss avatar coelho avatar simonsdeng avatar justmedude avatar capacman avatar jaroug avatar jlacoline avatar misqos avatar quanganhtran avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.