The monitor web is a dashboard for the monitor service.
-
Install Consul
Consul is the default registry/monitor for go-micro apps. It's however pluggable. https://www.consul.io/intro/getting-started/install.html
-
Run Consul
$ consul agent -dev -advertise=127.0.0.1
-
Download and start the service
go get github.com/micro/monitor-web monitor-web
OR as a docker container
docker run microhq/monitor-web --registry_address=YOUR_REGISTRY_ADDRESS