Merge branch 'influxdb' Issue #103, influxdb support ready for testing and feedback

This commit is contained in:
Torkel Ödegaard
2014-03-02 13:26:46 +01:00
26 changed files with 712 additions and 363 deletions

View File

@@ -17,6 +17,8 @@ function (angular, _, $, config, kbn, moment) {
this.type = 'graphite';
this.basicAuth = datasource.basicAuth;
this.url = datasource.url;
this.editorSrc = 'app/partials/graphite/editor.html';
this.name = datasource.name;
}
GraphiteDatasource.prototype.query = function(options) {