TestDataDB: Raw frame input (#42209)
* test datasource raw-frame scenario added * typo fix in doc
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user