Revert "Tempo: convert to backend data source (#31618)" (#31702)

This reverts commit 862f09376f.
This commit is contained in:
Zoltán Bedi
2021-03-04 21:20:26 +01:00
committed by GitHub
parent 53d4acdad2
commit c15d1f498a
6 changed files with 265 additions and 374 deletions
-1
View File
@@ -32,7 +32,6 @@ 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/tempo"
_ "github.com/grafana/grafana/pkg/tsdb/testdatasource"
)