Merge branch '0.3.0' of https://github.com/alibaba/nacos into 0.3.0
This commit is contained in:
commit
dd4e87f35a
@ -58,7 +58,7 @@ public class HealthCheckStatus {
|
||||
try {
|
||||
|
||||
String clusterName = ip.getCluster().getName();
|
||||
String dom = ip.getCluster().getServiceName();
|
||||
String dom = ip.serviceName();
|
||||
String datumKey = ip.getDatumKey();
|
||||
return dom + ":"
|
||||
+ clusterName + ":"
|
||||
|
Loading…
Reference in New Issue
Block a user