Add stackdriver backend skeleton

This commit is contained in:
Erik Sundell
2018-09-04 13:21:58 +02:00
committed by Daniel Lee
parent f0f19e0c03
commit 9ee61b6606
3 changed files with 186 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ import (
_ "github.com/grafana/grafana/pkg/tsdb/opentsdb"
_ "github.com/grafana/grafana/pkg/tsdb/postgres"
_ "github.com/grafana/grafana/pkg/tsdb/prometheus"
_ "github.com/grafana/grafana/pkg/tsdb/stackdriver"
_ "github.com/grafana/grafana/pkg/tsdb/testdata"
)