TestData/Graph: load arrow and zoom to data range (#23764)

This commit is contained in:
Ryan McKinley
2020-04-27 16:41:41 -07:00
committed by GitHub
parent 843141d9da
commit 02140fff2d
4 changed files with 48 additions and 3 deletions

View File

@@ -275,6 +275,15 @@ func init() {
},
})
registerScenario(&Scenario{
Id: "arrow",
Name: "Load Apache Arrow Data",
Handler: func(query *tsdb.Query, context *tsdb.TsdbQuery) *tsdb.QueryResult {
// Real work is in javascript client
return tsdb.NewQueryResult()
},
})
registerScenario(&Scenario{
Id: "table_static",
Name: "Table Static",