High!
When prometheus+grafana packages run under the docker package there is a issue with connection grafana to prometheus.
Instead of URL : http://host.docker.internal:host
In grafana source setup for prometheus need to type:
"http://prometheus:host" format, in my case I use 9090 port and my url is looking like this: http://prometheus:9090
And everything working, does not matter node is on localhost or public.
Enjoy! 👐
High! When prometheus+grafana packages run under the docker package there is a issue with connection grafana to prometheus. Instead of URL : http://host.docker.internal:host In grafana source setup for prometheus need to type: "http://prometheus:host" format, in my case I use 9090 port and my url is looking like this: http://prometheus:9090 And everything working, does not matter node is on localhost or public. Enjoy! 👐