onemorebsmith / kaspa-stratum-bridge

Bridge/Adapter between the stratum-based miners and a kaspad node
MIT License
67 stars 102 forks source link

Grafana connection problem with Prometheus source #76

Closed Canefis closed 1 year ago

Canefis commented 1 year ago

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! 👐

Canefis commented 1 year ago

Done