mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-15 15:51:03 +01:00
* Add max concurrent and current queries engine metrics This commit adds two metrics to the promql/engine: the number of max concurrent queries, as configured by the flag, and the number of current queries being served+blocked in the engine.