Update readme.
This commit is contained in:
parent
f03c36b20c
commit
17410e665b
|
|
@ -10,8 +10,7 @@ Sky Walking | [中文](README_ZH.md)
|
|||
[](https://gitter.im/openskywalking/Lobby)
|
||||
[](http://opentracing.io)
|
||||
|
||||
|
||||
* Auto instrumentation by javaagent, **no need to CHANGE any application source code**.
|
||||
* Provide Java agent, **no need to CHANGE any application source code**.
|
||||
* High performance agent. Only increase extra **10%** cpu cost in 5000+ tps application, even **When collect all traces**, [check test reports](#test-reports).
|
||||
* [Supported middlewares, frameworks and libraries](https://github.com/OpenSkywalking/sky-walking/wiki/3.2-supported-list).
|
||||
* Manual instrumentation
|
||||
|
|
@ -19,7 +18,6 @@ Sky Walking | [中文](README_ZH.md)
|
|||
* Use **@Trace** annotation for any methods you want to trace.
|
||||
* Integrate traceId into logs for log4j, log4j2 and logback.
|
||||
* Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs.
|
||||
* [How to uplink metrics and traces to collector?]()
|
||||
* The UI released on [skywalking-ui](https://github.com/OpenSkywalking/sky-walking-ui)
|
||||
|
||||
# Architecture
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Sky Walking | [English](README.md)
|
|||
[](http://opentracing.io)
|
||||
|
||||
|
||||
* 自动java探针,**不需要修改应用程序源代码**
|
||||
* Java自动探针,**不需要修改应用程序源代码**
|
||||
* 高性能探针,针对单实例5000tps的应用,在**全量采集的情况下**,只增加**10%**的CPU开销。
|
||||
* [中间件,框架与类库支持列表](https://github.com/wu-sheng/sky-walking/wiki/3.2-supported-list).
|
||||
* 手动探针
|
||||
|
|
|
|||
Loading…
Reference in New Issue