promql-langserver
promql-langserver copied to clipboard
Evaluate PromQL queries using CodeLenses
It would be nice if PromQL queries could be evaluated in the Prometheus Web UI using Code Lenses.
This issue is inspired by rust-analyzer which allows running tests that way:

At the moment not possible, due to bugs in VS Code (see PR).