Giter Site home page Giter Site logo

yungoo / apple-qos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xushaomin/apple-qos

1.0 2.0 0.0 2.23 MB

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

License: Apache License 2.0

Java 30.72% CSS 11.46% JavaScript 47.03% ActionScript 10.68% Batchfile 0.02% Shell 0.09%

apple-qos's Introduction

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 

apple-qos's People

Contributors

xushaomin avatar yungoo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.