Tempo: Convert tempo to backend data source2

This reverts commit c15d1f498a.
This commit is contained in:
Zoltán Bedi
2021-03-05 14:28:17 +01:00
committed by GitHub
parent 64a8514e47
commit 29c998f9eb
7 changed files with 379 additions and 265 deletions

View File

@@ -32,6 +32,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/tempo"
_ "github.com/grafana/grafana/pkg/tsdb/testdatasource"
)