Loki: Add step parameter to Loki query (#69558)

This commit is contained in:
Ivana Huckova
2023-06-06 13:20:27 +02:00
committed by GitHub
parent 3227d0b5fd
commit 49c940de23
5 changed files with 14 additions and 0 deletions
@@ -26,5 +26,6 @@ title: LokiDataQuery kind
| `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. |
| `step` | string | No | | Used to set step value for range queries. |