From 56fe0102a65b591258fc907307f1a5417a90bf23 Mon Sep 17 00:00:00 2001 From: Avery Gottesman Date: Thu, 23 May 2024 05:46:32 -0700 Subject: [PATCH] Prometheus Variable Editor: Fix typo - double "Enter" in help text (#88204) Fix double "Enter" in help text --- .../grafana-prometheus/src/components/VariableQueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.