README_ZH.md 1.8 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1
## 中文文档
2 3 4
[![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md)

  * [项目简介](/README_ZH.md)
wu-sheng's avatar
wu-sheng 已提交
5
  * [快速入门](cn/Quick-start-CN.md)
6 7 8 9 10 11
    * [部署单机collector](cn/Deploy-collector-in-standalone-mode-CN.md)
    * [部署集群collector](cn/Deploy-collector-in-cluster-mode-CN.md)
    * [部署探针Agent](cn/Deploy-skywalking-agent-CN.md)
  * [部署Collector镜像](cn/Deploy-docker-image.CN.md)
  * [中间件,框架与类库支持列表](Supported-list.md)
    * [如何关闭特定插件](cn/How-to-disable-plugin-CN.md)
wu-sheng's avatar
wu-sheng 已提交
12 13 14
  * APM相关介绍资料
    * [OpenTracing中文版](https://github.com/opentracing-contrib/opentracing-specification-zh.md)
  * Application Toolkit,应用程序工具包
wu-sheng's avatar
wu-sheng 已提交
15 16
    * [概述](cn/Application-toolkit-CN.md)
    * [OpenTracing Tracer](cn/skywalking-opentracing-CN.md)
wu-sheng's avatar
wu-sheng 已提交
17
    * 日志组件
wu-sheng's avatar
wu-sheng 已提交
18 19 20 21
      * [log4j组件](cn/Application-toolkit-log4j-1.x-CN.md)
      * [log4j2组件](cn/Application-toolkit-log4j-2.x-CN.md)
      * [logback组件](cn/Application-toolkit-logback-1.x-CN.md)
    * [Trace](cn/Application-toolkit-trace-CN.md)
wu-sheng's avatar
wu-sheng 已提交
22
  * 测试用例
wu-sheng's avatar
wu-sheng 已提交
23
    * [插件测试](https://github.com/SkywalkingTest/agent-integration-test-report)
wu-sheng's avatar
wu-sheng 已提交
24
    * [Java 探针性能测试](https://skywalkingtest.github.io/Agent-Benchmarks/README_zh.html)
wu-sheng's avatar
wu-sheng 已提交
25
  * 开发指南
wu-sheng's avatar
wu-sheng 已提交
26 27
    * [工程编译指南](cn/How-to-build-CN.md)
    * [插件开发指南](cn/Plugin-Development-Guide-CN.md)
wu-sheng's avatar
wu-sheng 已提交
28
    * [跨进程追踪上下文传递协议](cn/Skywalking-3-Cross-Process-Propagation-Headers-Protocol-CN.md)
wu-sheng's avatar
wu-sheng 已提交
29
    * [探针与Collector间网络协议,v3.2+](cn/How-to-communicate-with-the-collector-CN.md)
wu-sheng's avatar
wu-sheng 已提交
30
  * FAQ
wu-sheng's avatar
wu-sheng 已提交
31 32
    * [Trace查询有数据,但是没有拓扑图和JVM数据?](cn/FAQ/Why-have-traces-no-others-CN.md)
    * [加载探针,Console被GRPC日志刷屏](cn/FAQ/Too-many-gRPC-logs-CN.md)