mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
app/vmselect/netstorage: remove duplicate see
word from the error message
This is a follow-up for ac6c40e896
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4827
This commit is contained in:
parent
ac6c40e896
commit
214be01dfa
@ -1244,7 +1244,7 @@ func setupTfss(qt *querytracer.Tracer, tr storage.TimeRange, tagFilterss [][]sto
|
||||
if len(paths) >= maxMetrics {
|
||||
return nil, fmt.Errorf("more than %d time series match Graphite query %q; "+
|
||||
"either narrow down the query or increase the corresponding -search.max* command-line flag value; "+
|
||||
"see see https://docs.victoriametrics.com/#resource-usage-limits", maxMetrics, query)
|
||||
"see https://docs.victoriametrics.com/#resource-usage-limits", maxMetrics, query)
|
||||
}
|
||||
tfs.AddGraphiteQuery(query, paths, tf.IsNegative)
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user