增加对于DataCarrier项目的关联
This commit is contained in:
parent
db1572e03b
commit
371e18b891
|
|
@ -14,11 +14,13 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
|
|||
* 支持国内常用的dubbo、dubbox、motan、httpclient等常见RPC框架,支持应用异常的邮件告警
|
||||
* skywalking-sdk层面提供的埋点API,同步阻塞访问时间小于100μs
|
||||
* 通过[byte-buddy](https://github.com/raphw/byte-buddy),插件将通过动态字节码机制,避免代码侵入性,完成监控。动态代码模式埋点,同步阻塞访问时间应在200-300μs
|
||||
* 通过[DataCarrier](https://github.com/wu-sheng/DataCarrier),提供高效的并行处理能力
|
||||
* 提供一定的日志数据分析和展现能力,减少或者避免使用团队的二次开发
|
||||
* SkyWalking is an open source Large-Scale Distributed Systems Tracing Infrastructure, also been known as APM(Application Performance Management) tool. SkyWalking provides a solution to help monitor and analysis a Large-Scale Distributed Systems.
|
||||
* SkyWalking supports popular rpc frameworks, such as [dubbo](https://github.com/alibaba/dubbo), [dubbox](https://github.com/dangdangdotcom/dubbox), [motan](https://github.com/weibocom/motan) etc., supports email-alert when application occurs unexpected exception。
|
||||
* SkyWalking's basic API, execution time of blocking saving span must less than 100μs.
|
||||
* By using [byte-buddy](https://github.com/raphw/byte-buddy) (Thanks to [raphw](https://github.com/raphw)), plugins use dynamic byte code generation to avoid invasive codes. plugins API, execution time of blocking saving span must between 200μs and 300μs, including execution time of dynamic byte code.
|
||||
* By using [DataCarrier](https://github.com/wu-sheng/DataCarrier), provide parallel high-throughput processing capability.
|
||||
* Provide trace log analysis and presentation capabilities, Reduce or avoid add-on functions development.
|
||||
|
||||
# Supported components
|
||||
|
|
|
|||
Loading…
Reference in New Issue