Loki: Change format of query builder hints (#60228)

* change format of query builder hints

* fix tests

* add hint property on query actions

* revert changes to prometheus hints

* respond to feedback

* fix failing tests

* trigger drone

Co-authored-by: Matias Chomicki <matyax@gmail.com>
This commit is contained in:
Gareth Dawson
2022-12-19 16:28:46 +00:00
committed by GitHub
parent 158502572e
commit 90185bea00
4 changed files with 9 additions and 4 deletions

View File

@@ -511,6 +511,7 @@ export interface DataQueryTimings {
}
export interface QueryFix {
title?: string;
label: string;
action?: QueryFixAction;
}