diff --git a/public/app/plugins/datasource/loki/components/VariableQueryEditor.tsx b/public/app/plugins/datasource/loki/components/VariableQueryEditor.tsx index 22898babca4..3da87fecfe8 100644 --- a/public/app/plugins/datasource/loki/components/VariableQueryEditor.tsx +++ b/public/app/plugins/datasource/loki/components/VariableQueryEditor.tsx @@ -103,7 +103,9 @@ export const LokiVariableQueryEditor: FC = ({ onChange, query, datasource labelWidth={20} tooltip={
- 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"}' + }
} >