mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue