mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:29:24 +01:00
app/vmselect/promql: wrap too long line after a950873fff
This commit is contained in:
parent
5e7d495eb1
commit
9ba007a636
@ -34,7 +34,8 @@ var (
|
|||||||
"Queries requiring more memory are rejected. The total memory limit for concurrently executed queries can be estimated "+
|
"Queries requiring more memory are rejected. The total memory limit for concurrently executed queries can be estimated "+
|
||||||
"as -search.maxMemoryPerQuery multiplied by -search.maxConcurrentRequests . "+
|
"as -search.maxMemoryPerQuery multiplied by -search.maxConcurrentRequests . "+
|
||||||
"See also -search.logQueryMemoryUsage")
|
"See also -search.logQueryMemoryUsage")
|
||||||
logQueryMemoryUsage = flagutil.NewBytes("search.logQueryMemoryUsage", 0, "Log query and increment vm_memory_intensive_queries_total metric each time when the query requires more memory than specified by this flag. "+
|
logQueryMemoryUsage = flagutil.NewBytes("search.logQueryMemoryUsage", 0, "Log query and increment vm_memory_intensive_queries_total metric each time "+
|
||||||
|
"the query requires more memory than specified by this flag. "+
|
||||||
"This may help detecting and optimizing heavy queries. Query logging is disabled by default. "+
|
"This may help detecting and optimizing heavy queries. Query logging is disabled by default. "+
|
||||||
"See also -search.logSlowQueryDuration and -search.maxMemoryPerQuery")
|
"See also -search.logSlowQueryDuration and -search.maxMemoryPerQuery")
|
||||||
noStaleMarkers = flag.Bool("search.noStaleMarkers", false, "Set this flag to true if the database doesn't contain Prometheus stale markers, "+
|
noStaleMarkers = flag.Bool("search.noStaleMarkers", false, "Set this flag to true if the database doesn't contain Prometheus stale markers, "+
|
||||||
|
Loading…
Reference in New Issue
Block a user