gwittel / grafana-kairosdb-datasource-plugin

This is a plugin that allows Grafana to support KairosDB as datasource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grafana-kairosdb-datasource-plugin

![Gitter](https://badges.gitter.im/Join Chat.svg)

This is a plugin that allows Grafana to support KairosDB as datasource.

To install past the files into the plugins directory of Grafana in a subfolder called kairosdb.

You can either use the provided configuration file or add the following to the existing configuration file:

    plugins: {
        // list of plugin panels
        panels: [],
        // requirejs modules in plugins folder that should be loaded
        // for example custom datasources
        dependencies: ['kairosdb/kairosdbDatasource'],
    }

and then specifiy the datasource:

    datasources: {
        kairosdb: {
            type: 'KairosDBDatasource',
            url: "http://"+window.location.hostname+":8080",
            default: true
        },
    },

Download commit tagged v1.8.1 to be compatible with Grafana-1.8.1. Download latest source to be compatible with Grafana 1.9.0 RC1 (it seems there is a small bug with text editing in query fields in that version)

About

This is a plugin that allows Grafana to support KairosDB as datasource


Languages

Language:JavaScript 100.0%