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

4 5 6 7 8 9 10 11 12 13
  * 快速入门
    * [快速入门](cn/Quick-start-CN.md)
    * [中间件,框架与类库支持列表](Supported-list.md)
        * [如何关闭特定插件](cn/How-to-disable-plugin-CN.md)
  * 高级特性
    * [通过系统启动参数进行覆盖配置](cn/Setting-override-CN.md)
    * [服务直连(Direct uplink)及禁用名称服务(naming service)](cn/Direct-uplink-CN.md)
    * [开启TLS](cn/TLS-CN.md)
    * [命名空间隔离](cn/Namespace-CN.md)
    * [基于Token认证](cn/Token-auth-CN.md)
wu-sheng's avatar
wu-sheng 已提交
14
  * APM相关介绍资料
wu-sheng's avatar
wu-sheng 已提交
15
    * [OpenTracing中文版](https://github.com/opentracing-contrib/opentracing-specification-zh)
wu-sheng's avatar
wu-sheng 已提交
16
  * Application Toolkit,应用程序工具包
wu-sheng's avatar
wu-sheng 已提交
17
    * [概述](cn/Application-toolkit-CN.md)
wu-sheng's avatar
wu-sheng 已提交
18
    * [OpenTracing Tracer](cn/Opentracing-CN.md)
wu-sheng's avatar
wu-sheng 已提交
19
    * 日志组件
wu-sheng's avatar
wu-sheng 已提交
20 21 22 23
      * [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)
L
lican 已提交
24
    * [调用链跨线程传递](cn/Application-toolkit-trace-cross-thread-CN.md) 
wu-sheng's avatar
wu-sheng 已提交
25
  * 测试用例
wu-sheng's avatar
wu-sheng 已提交
26
    * [插件测试](https://github.com/SkywalkingTest/agent-integration-test-report)
wu-sheng's avatar
wu-sheng 已提交
27
    * [Java 探针性能测试](https://skywalkingtest.github.io/Agent-Benchmarks/README_zh.html)
wu-sheng's avatar
wu-sheng 已提交
28
  * 开发指南
wu-sheng's avatar
wu-sheng 已提交
29 30
    * [工程编译指南](cn/How-to-build-CN.md)
    * [插件开发指南](cn/Plugin-Development-Guide-CN.md)
wu-sheng's avatar
wu-sheng 已提交
31
    * 交互协议
32
        * [Cross Process Propagation Headers Protocol, v1.0  跨进程追踪上下文传递协议](cn/Skywalking-Cross-Process-Propagation-Headers-Protocol-CN-v1.md)
wu-sheng's avatar
wu-sheng 已提交
33
        * [SkyWalking Trace Data Protocol 探针与Collector间网络协议](cn/Trace-Data-Protocol-CN.md)
wu-sheng's avatar
wu-sheng 已提交
34
  * [Roadmap](ROADMAP.md)
35 36 37 38
  * 社区提供的共享资源
    * [公开演讲](https://github.com/OpenSkywalking/Community#public-speakings)
    * [视频](https://github.com/OpenSkywalking/Community#videos)
    * [文章](https://github.com/OpenSkywalking/Community#articles)
wu-sheng's avatar
wu-sheng 已提交
39
  * FAQ
wu-sheng's avatar
wu-sheng 已提交
40
    * [Trace查询有数据,但是没有拓扑图和JVM数据?](cn/FAQ/Why-have-traces-no-others-CN.md)
wu-sheng's avatar
wu-sheng 已提交
41
    * [加载探针,Console被GRPC日志刷屏](cn/FAQ/Too-many-gRPC-logs-CN.md)
42
    * [Kafka消息消费端链路断裂](cn/FAQ/Kafka-plugin-CN.md)