Prometheus Variable Editor: Fix typo - double "Enter" in help text (#88204)

Fix double "Enter" in help text
This commit is contained in:
Avery Gottesman 2024-05-23 05:46:32 -07:00 committed by GitHub
parent 8421919cb5
commit 56fe0102a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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&#123;instance=&quot;localhost:9090&quot;&#125;, go_goroutines, or
&#123;instance=&quot;localhost:9090&quot;&#125;. Returns a list of time series associated with the
entered data.