Update README.md
This commit is contained in:
parent
7631c54cdd
commit
fdbd07ce3c
12
README.md
12
README.md
|
|
@ -13,9 +13,13 @@ Sky Walking | [中文](https://github.com/wu-sheng/sky-walking/wiki/sky-walking-
|
|||
[](http://opentracing.io)
|
||||
|
||||
|
||||
* Auto instrumentation java agent, **no need to CHANGE any application source code**. [Supported middlewares, frameworks and libraries](https://github.com/wu-sheng/sky-walking/wiki/3.0-supported-list).
|
||||
* Manual instrumentation, as an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers) or using **@Trace** annotation.
|
||||
* Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs by following sky-walking protocol.
|
||||
* Auto instrumentation java agent, **no need to CHANGE any application source code**.
|
||||
* [Supported middlewares, frameworks and libraries](https://github.com/wu-sheng/sky-walking/wiki/3.0-supported-list).
|
||||
* Manual instrumentation
|
||||
* As an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers)
|
||||
* Use **@Trace** annotation for any methods you want to trace.
|
||||
* 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 [wu-sheng/sky-walking-ui](https://github.com/wu-sheng/sky-walking-ui)
|
||||
|
||||
|
||||
|
|
@ -25,7 +29,7 @@ _In chronological order_
|
|||
* 张鑫 [**PMC Member**] [@ascrutae](https://github.com/ascrutae)
|
||||
* 谭真 [@mircoteam](https://github.com/mircoteam) Advanced R&D Engineers, Creative & Interactive Group.
|
||||
* 徐妍 [@TastySummer](https://github.com/TastySummer)
|
||||
* 彭勇升 [**PMC Member**] [@pengys5](https://github.com/pengys5) Technical Specialist, OneAPM.
|
||||
* 彭勇升 [**PMC Member**] [@pengys5](https://github.com/pengys5)
|
||||
* 戴文
|
||||
* 柏杨 [@bai-yang](https://github.com/bai-yang) Senior Engineer, Alibaba Group.
|
||||
* 陈凤 [@trey03](https://github.com/trey03)
|
||||
|
|
|
|||
Loading…
Reference in New Issue