I added spring.dubbo.monitor=zookeeper://192.168.8.33:2181 to application.propertices,
pom.xml is modified to
com.alibaba.spring.bootdubbo-spring-boot-starter1.0.1,
com.alibaba.dubbo.monitor.MonitorService is registered to zookeeper://192.168.8.33:2181,
but there is no consumer in dubbo-admin and dubbo-monitor-simple's service is empty, and the chart is not shown
Hi, dubbo-monitor and dubbo-monitor-simple is a side project of dubbo, which is not include in dubbo-spring-boot-starter. The chart can be started by dubbo-ops.
I added spring.dubbo.monitor=zookeeper://192.168.8.33:2181 to application.propertices, pom.xml is modified to