diff --git a/packages/grafana-prometheus/src/components/VariableQueryEditor.tsx b/packages/grafana-prometheus/src/components/VariableQueryEditor.tsx index cd81e5fc6c8..b89590eabcd 100644 --- a/packages/grafana-prometheus/src/components/VariableQueryEditor.tsx +++ b/packages/grafana-prometheus/src/components/VariableQueryEditor.tsx @@ -369,7 +369,7 @@ export const PromVariableQueryEditor = ({ onChange, query, datasource, range }: labelWidth={20} tooltip={
- Enter enter a metric with labels, only a metric or only labels, i.e. + Enter a metric with labels, only a metric or only labels, i.e. go_goroutines{instance="localhost:9090"}, go_goroutines, or {instance="localhost:9090"}. Returns a list of time series associated with the entered data.