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:
Ivana Huckova
2023-06-21 12:21:29 +02:00
committed by GitHub
parent a83a040f35
commit 55d18361dc
8 changed files with 54 additions and 25 deletions
@@ -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. |