mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
TestData: Drop some percentage of CSV values from a request (#70404)
This commit is contained in:
@ -22,6 +22,7 @@ title: TestDataDataQuery kind
|
||||
| `csvFileName` | string | No | | |
|
||||
| `csvWave` | [CSVWave](#csvwave)[] | No | | |
|
||||
| `datasource` | | No | | For mixed data sources the selected datasource is on the query level.<br/>For non mixed scenarios this is undefined.<br/>TODO find a better way to do this ^ that's friendly to schema<br/>TODO this shouldn't be unknown but DataSourceRef | null |
|
||||
| `dropPercent` | number | No | | Drop percentage (the chance we will lose a point 0-100) |
|
||||
| `errorType` | string | No | | Possible values are: `server_panic`, `frontend_exception`, `frontend_observable`. |
|
||||
| `hide` | boolean | No | | true if query is disabled (ie should not be returned to the dashboard)<br/>Note this does not always imply that the query should not be executed since<br/>the results from a hidden query may be used as the input to other queries (SSE etc) |
|
||||
| `labels` | string | No | | |
|
||||
|
Reference in New Issue
Block a user