12.27 监控

Posted sigou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了12.27 监控相关的知识,希望对你有一定的参考价值。

 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 监控的主要内容,如果未能解决你的问题,请参考以下文章

日记12.27/题解CF Edu79

12.26&12.27- 正则表达式

12.26&12.27 -正则表达式

12.27 -第三关练习题之正则练习

上周热点回顾(12.27-1.2)

12.27-ros-gazebo基础