Loki: Updated cheat sheet with new filter syntax (#18947)

* Loki: Updated cheat sheet with new filter syntax

- updated cheat sheet with new filter syntax
- added user-specific examples from the user's label set
- added link to LogQL docs
- separated styles for examples (clickable) and expressions

* Review feedback
This commit is contained in:
David
2019-09-16 07:17:34 +02:00
committed by GitHub
parent c2bd36f550
commit b392bba745
10 changed files with 126 additions and 76 deletions
@@ -299,6 +299,7 @@ export interface ExploreQueryFieldProps<
}
export interface ExploreStartPageProps {
datasource?: DataSourceApi;
onClickExample: (query: DataQuery) => void;
}