VictoriaMetrics doesn't have /graph page like Prometheus does. This page is also known as Prometheus expression browser. This page is linked when editing PromQL queries in Grafana. It is useful for PromQL debugging.
Add /graph page to VictoriaMetrics.
@dlazerka could please comment an issue, are we ready to add graph?
@tenmozes , I'm is in charge of this feature now. It isn't ready yet because of big dependencies in node_modules. These dependencies must be stripped before merging the feature to master branch.
Hi @valyala , any developments on this?
We decided to implement /graph page as a part of separate vmui executable, which will provide various web pages for querying VictoriaMetrics and debugging MetricsQL queries. There is no ETA for vmui yet.
Most helpful comment
We decided to implement
/graphpage as a part of separatevmuiexecutable, which will provide various web pages for querying VictoriaMetrics and debugging MetricsQL queries. There is no ETA forvmuiyet.