Skip to content

yungoo/apple-qos

 
 

Repository files navigation

apple-qos

Zero configuration needed Log based QOS system. Support spring,dubbo and java.

collector

Unified Log tool for GOS.

  • spring
  • dubbo collect the consumer api access data.

qos agent

Collect the logs in runtime, and send to monitor via kafka.

qos monitor

Consume Log message from kafka, calcuate and save to database.

qos statistics

Support Web UI of Statisics results.

usage

  • add Maven Dependency
	<dependency>
		<groupId>com.appleframework.qos</groupId>
		<artifactId>apple-qos-collector-spring</artifactId>
		<version>0.0.2-SNAPSHOT</version>
	</dependency>
  • integret the Collector
	<bean id="qosCollectInterceptor" class="com.appleframework.qos.collector.spring.CollectInterceptor"/>
	<aop:config>
		<aop:pointcut id="api_wapi" expression="execution(* com.kplus.carwashing.*api.*Controller.*(..)))"/>
		<aop:advisor pointcut-ref="api_wapi" advice-ref="qosCollectInterceptor"/>
	</aop:config>
  • run Monitor
	./bin/qos_montior.sh start ./config/monitor.properties 
  • Run Agent
	./bin/qos_agent.sh start ./config/agent.properties 

About

基于日志的服务质量监控,支持spring,dubbo,java,原项目好久没人维护,接力维护

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.0%
  • Java 30.7%
  • CSS 11.5%
  • ActionScript 10.7%
  • Other 0.1%