mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
81d37a04aa
For some of the queries, the fuzzy lookup was not filtering properly. The problem is due to the "replace" beind made on the query itself. It accidently removes only the first underscore. This patch changes it so that it removes all of the whitespaces, letting the fuzzy algorithm do its magic, also fixing this problem. Originally, the underscore were replaced by a space for this specific reason, to let the user type a space and have the lookup treat it as the word break. Fixes #2380 |
||
---|---|---|
.. | ||
alerts.js | ||
graph.js | ||
graph_template.handlebar | ||
prom_console.js |