feat(tsdb): add draft implementation for influxdb

This commit is contained in:
bergquist
2016-10-04 16:25:33 +02:00
parent d726f49a8c
commit e556df5b49
4 changed files with 45 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ import (
_ "github.com/grafana/grafana/pkg/services/alerting/conditions"
_ "github.com/grafana/grafana/pkg/services/alerting/notifiers"
_ "github.com/grafana/grafana/pkg/tsdb/graphite"
_ "github.com/grafana/grafana/pkg/tsdb/influxdb"
_ "github.com/grafana/grafana/pkg/tsdb/prometheus"
_ "github.com/grafana/grafana/pkg/tsdb/testdata"
)