mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus Variable Editor: Fix typo - double "Enter" in help text (#88204)
Fix double "Enter" in help text
This commit is contained in:
parent
8421919cb5
commit
56fe0102a6
@ -369,7 +369,7 @@ export const PromVariableQueryEditor = ({ onChange, query, datasource, range }:
|
||||
labelWidth={20}
|
||||
tooltip={
|
||||
<div>
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user