mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
58fd0a8b44
commit
ff87a2641f
@ -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>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user