TestDataDB: Raw frame input (#42209)

* test datasource raw-frame scenario added

* typo fix in doc
This commit is contained in:
Sriram
2021-11-25 09:14:34 +00:00
committed by GitHub
parent 86a22a914d
commit 70bc0b86e2
6 changed files with 44 additions and 3 deletions
+6
View File
@@ -40,6 +40,7 @@ const (
serverError500Query queryType = "server_error_500"
logsQuery queryType = "logs"
nodeGraphQuery queryType = "node_graph"
rawFrameQuery queryType = "raw_frame"
csvFileQueryType queryType = "csv_file"
csvContentQueryType queryType = "csv_content"
)
@@ -192,6 +193,11 @@ Timestamps will line up evenly on timeStepSeconds (For example, 60 seconds means
Name: "Node Graph",
})
s.registerScenario(&Scenario{
ID: string(rawFrameQuery),
Name: "Raw Frame",
})
s.registerScenario(&Scenario{
ID: string(csvFileQueryType),
Name: "CSV File",