Tempo: Return new version of dataframe schema directly from the backend (#32116)

* Return dataframe directly from the backend

* Streamline some transforms

* Fix lint issues

* Remove unused lib

* Fix datasource test

* Fix imports and add some typings

* Fix the typings and some tests

* Add private doc comment

* Remove private tag

* Add comments

* Fix some API docs issues
This commit is contained in:
Andrej Ocenas
2021-03-22 19:09:15 +01:00
committed by GitHub
parent f8ec947700
commit 3ef9cac640
15 changed files with 616 additions and 109 deletions

1
go.mod
View File

@@ -51,7 +51,6 @@ require (
github.com/hashicorp/go-version v1.2.1
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/influxdata/influxdb-client-go/v2 v2.2.2
github.com/jaegertracing/jaeger v1.22.0
github.com/jmespath/go-jmespath v0.4.0
github.com/json-iterator/go v1.1.10
github.com/jung-kurt/gofpdf v1.16.2