Loki Variable Query Editor: Improve stream selector tooltip text (#59311)

* feat(loki-variable-query-editor): improve stream selector tooltip text

* Chore: improve sample stream selector

* Chore: update sample stream selector in tooltip

* Chore: add example of interpolated stream selector
This commit is contained in:
Matias Chomicki 2022-11-24 17:41:02 +01:00 committed by GitHub
parent 58fd0a8b44
commit ff87a2641f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,9 @@ export const LokiVariableQueryEditor: FC<Props> = ({ onChange, query, datasource
labelWidth={20} labelWidth={20}
tooltip={ tooltip={
<div> <div>
Optional. If defined, a list of values for the label in the specified log stream selector is returned. {
'Optional. If defined, a list of values for the specified log stream selector is returned. For example: {label="value"} or {label="$variable"}'
}
</div> </div>
} }
> >