Lens Metrics with Grafana Mimir

I am trying to get the Metrics back since I moved from Prometheus to Mimir. Unfortunately Lens does not spit out much, when it comes to errors. Is there a way to see what requests are made to the metrics endpoint? Currently I have not way of debugging the communication to see what Lens requests and why it might fail.

See this: how to enable debug mode in macos · Issue #504 · lensapp/lens · GitHub

Probably it will log more of the request, but might not print the actual BODY of the request.

@phorsmalahti Thank you for the hint. I already tried this, but it did not help much. Anyway, I found a solution by creating a pre-configured Nginx Pod and then simply pointed Lens’ Metrics settings to it. After that I decoded the URL-encoded String I found in the Nginx logs and validated the query String in Grafana.

But it would be much appreciated to have a real debug or trace option in Lens.