mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 00:53:12 +00:00
9ab1f6c690
A high number of concurrent queries can slow each other down so that none of them is reasonbly responsive. This commit limits the number of queries being concurrently executed. |
||
---|---|---|
.. | ||
analyzer.go | ||
ast.go | ||
engine_test.go | ||
engine.go | ||
functions.go | ||
lex_test.go | ||
lex.go | ||
parse_test.go | ||
parse.go | ||
printer.go | ||
promql_test.go | ||
quantile.go | ||
setup_test.go |