Update README and supported list (#1096)
Add .NET Agent in Community agents section
This commit is contained in:
parent
b0d6231022
commit
4ce798c1cf
|
|
@ -24,6 +24,8 @@ Underlying technology is a distributed tracing system.
|
|||
* 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.
|
||||
* Community Agents/SDKs
|
||||
* [.NET Core](https://github.com/OpenSkywalking/skywalking-netcore)
|
||||
|
||||
# Document
|
||||
[](docs/README.md) [](docs/README_ZH.md)
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ Apache SkyWalking | [English](README.md)
|
|||
- 将 traceId 集成到 log4j, log4j2 或 logback这些日志组件中
|
||||
- 纯Java后端Collector实现,提供RESTful和gRPC接口。兼容接受其他语言探针发送数据
|
||||
- [如何将探针的Metric和Trace数据上传到Collector?](/docs/cn/How-to-communicate-with-the-collector-CN.md)
|
||||
- 社区探针和SDK
|
||||
- [.NET Core](https://github.com/OpenSkywalking/skywalking-netcore)
|
||||
|
||||
# Document
|
||||
[](docs/README.md) [](docs/README_ZH.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue