I havea windows laptop. On this laptop I have installed virtualbox and inside the virtualbox I have installed ubuntu server.
On the ubuntu server I have installed the Prometheus the monitoring tool. I am able to run prometheus in the terminal of ubuntu server.
This is the ip address [10.3.10.105] of my ubuntu server and prometheus is running on the port [9090]. Now I want to see the GUI of the prometheus on the windows browser. How can I see that?
I have already tried to browse on http://10.3.10.105:9090 but that does not work
