Loki: Deprecate resolution (#70326)
* Loki: Deprecate resolution and only show it if it was selected before * Deprecate * Fix merge, add missing brackets
This commit is contained in:
@@ -25,7 +25,7 @@ title: LokiDataQuery kind
|
||||
| `maxLines` | integer | No | | Used to limit the number of log rows returned. |
|
||||
| `queryType` | string | No | | Specify the query flavor<br/>TODO make this required and give it a default |
|
||||
| `range` | boolean | No | | @deprecated, now use queryType. |
|
||||
| `resolution` | integer | No | | Used to scale the interval value. |
|
||||
| `resolution` | integer | No | | @deprecated, now use step. |
|
||||
| `step` | string | No | | Used to set step value for range queries. |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user