1. 程式人生 > >12.27 監控

12.27 監控

targe target epo pos ns-3 close cond pri cut

 1 <?xml version="1.0" encoding="UTF-8"?>
 2 <beans xmlns="http://www.springframework.org/schema/beans"
 3        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 4        xmlns:util="http://www.springframework.org/schema/util"
 5        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
6 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> 7 8 <util:list id="falconDataCollectorList"> 9 10 <bean class="com.kascend.jellyfish.skynet.task.monitor.SkynetExecutionDataCollector"> 11 <constructor-arg
index="0" value="checkItem_consumer" /> 12 </bean> 13 14 <bean class="com.kascend.jellyfish.skynet.task.monitor.SkynetExecutionDataCollector"> 15 <constructor-arg index="0" value="targetKey_consumer" /> 16 </bean> 17 </util:list> 18
19 <bean id="falconReporter" class="com.heimuheimu.naivemonitor.falcon.FalconReporter" init-method="init" destroy-method="close"> 20 <constructor-arg index="0" value="http://127.0.0.1:1988/v1/push" /> 21 <constructor-arg index="1" ref="falconDataCollectorList" /> 22 </bean> 24 </beans>

的的

12.27 監控