Streaming: support streaming and a javascript test datasource (#16729)

This commit is contained in:
Ryan McKinley
2019-04-25 14:01:02 -04:00
committed by GitHub
parent ab3860a334
commit 470634e2d6
15 changed files with 1100 additions and 177 deletions

View File

@@ -225,6 +225,15 @@ func init() {
},
})
registerScenario(&Scenario{
Id: "streaming_client",
Name: "Streaming Client",
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",