trace-repo-config.xml 851 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
	http://code.alibabatech.com/schema/dubbo
	http://code.alibabatech.com/schema/dubbo/dubbo.xsd">

<dubbo:application name="monitor-repository"  />

<dubbo:registry address="multicast://224.5.6.7:1234" />

<dubbo:protocol name="dubbo" port="20880" />

<dubbo:service interface="com.zhaoonline.microservice.framework.monitor.repo.SpanInfoRepositoryService" ref="esRep"  />

<bean id="esRep" class="com.zhaoonline.microservice.framework.monitor.repo.ESSpanInfoRepositoryService" />

</beans>