File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,10 @@ data:
461461 group: ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
462462 groupEnabled: ${CONFIG_REGISTRY_GROUP_ENABLED:true}
463463 denyEmptyEnabled: ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
464+ probe:
465+ zookeeper:
466+ command: ${CONFIG_PROBE_ZOOKEEPER_COMMAND:srvr}
467+ response: ${CONFIG_PROBE_ZOOKEEPER_RESPONSE:}
464468 counter:
465469 gateway: true
466470 service: true
Original file line number Diff line number Diff line change @@ -324,6 +324,10 @@ agent:
324324 group : ${CONFIG_REGISTRY_GROUP_THIRD:DEFAULT_GROUP}
325325 groupEnabled : ${CONFIG_REGISTRY_GROUP_ENABLED:true}
326326 denyEmptyEnabled : ${CONFIG_REGISTRY_DENY_EMPTY_ENABLED:false}
327+ probe :
328+ zookeeper :
329+ command : ${CONFIG_PROBE_ZOOKEEPER_COMMAND:srvr}
330+ response : ${CONFIG_PROBE_ZOOKEEPER_RESPONSE:}
327331 counter :
328332 gateway : true
329333 service : true
You can’t perform that action at this time.
0 commit comments