README_ZH.md 3.4 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)

wu-sheng's avatar
wu-sheng 已提交
4 5
注:中文文档由社区志愿者提供,官方文档以英文为准。

6 7
  * 快速入门
    * [快速入门](cn/Quick-start-CN.md)
8 9 10 11 12 13 14 15
    * [部署 javaagent](cn/Deploy-skywalking-agent-CN.md)
    * [集群模式部署](cn/Deploy-backend-in-cluster-mode-CN.md)
    * [中间件,框架与类库支持列表](Supported-list.md)
      * [如何关闭特定插件?](cn/How-to-disable-plugin-CN.md)
      * [可选插件](cn/Optional-plugins-CN.md)
        * [Spring beans 插件](cn/agent-optional-plugins-CN/Spring-bean-plugins-CN.md)
        * [Oracle and Resin 插件](cn/agent-optional-plugins-CN/Oracle-Resin-plugins-CN.md)
        * [[**孵化特性**] 自定义配置忽略追踪信息](../apm-sniffer/optional-plugins/trace-ignore-plugin/README_CN.md)
16 17 18 19 20 21
  * 高级特性
    * [通过系统启动参数进行覆盖配置](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)
22 23
  * 孵化特性
    * [个性化服务过滤](../apm-sniffer/optional-plugins/trace-ignore-plugin/README_CN.md)
24
    * [使用Shardingjdbc作为存储实现](cn/Use-ShardingJDBC-as-storage-implementor-CN.md)
wu-sheng's avatar
wu-sheng 已提交
25
  * APM相关介绍资料
wu-sheng's avatar
wu-sheng 已提交
26
    * [OpenTracing中文版](https://github.com/opentracing-contrib/opentracing-specification-zh)
wu-sheng's avatar
wu-sheng 已提交
27
  * Application Toolkit,应用程序工具包
wu-sheng's avatar
wu-sheng 已提交
28
    * [概述](cn/Application-toolkit-CN.md)
wu-sheng's avatar
wu-sheng 已提交
29 30
    * [使用SkyWalking的OpenTracing的兼容API](cn/Opentracing-CN.md)
    * 日志组件集成
wu-sheng's avatar
wu-sheng 已提交
31 32 33
      * [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)
wu-sheng's avatar
wu-sheng 已提交
34 35
    * [使用SkyWalking手动追踪API](cn/Application-toolkit-trace-CN.md)
    * [跨线程任务追踪](cn/Application-toolkit-trace-cross-thread-CN.md) 
wu-sheng's avatar
wu-sheng 已提交
36
  * 测试用例
wu-sheng's avatar
wu-sheng 已提交
37
    * [插件测试](https://github.com/SkywalkingTest/agent-integration-test-report)
wu-sheng's avatar
wu-sheng 已提交
38
    * [Java 探针性能测试](https://skywalkingtest.github.io/Agent-Benchmarks/README_zh.html)
wu-sheng's avatar
wu-sheng 已提交
39
  * 开发指南
wu-sheng's avatar
wu-sheng 已提交
40 41
    * [工程编译指南](cn/How-to-build-CN.md)
    * [插件开发指南](cn/Plugin-Development-Guide-CN.md)
wu-sheng's avatar
wu-sheng 已提交
42
    * 交互协议
43
        * [Cross Process Propagation Headers Protocol, v1.0  跨进程追踪上下文传递协议](cn/Skywalking-Cross-Process-Propagation-Headers-Protocol-CN-v1.md)
wu-sheng's avatar
wu-sheng 已提交
44
        * [SkyWalking Trace Data Protocol 探针与Collector间网络协议](cn/Trace-Data-Protocol-CN.md)
wu-sheng's avatar
wu-sheng 已提交
45
  * [Roadmap](ROADMAP.md)
46 47 48 49
  * 社区提供的共享资源
    * [公开演讲](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 已提交
50
  * FAQ
wu-sheng's avatar
wu-sheng 已提交
51
    * [Trace查询有数据,但是没有拓扑图和JVM数据?](cn/FAQ/Why-have-traces-no-others-CN.md)
wu-sheng's avatar
wu-sheng 已提交
52
    * [加载探针,Console被GRPC日志刷屏](cn/FAQ/Too-many-gRPC-logs-CN.md)
53
    * [Kafka消息消费端链路断裂](cn/FAQ/Kafka-plugin-CN.md)
54
    * [Protoc-Plugin Maven编译时异常](cn/FAQ/Protoc-Plugin-Fails-When-Build-CN.md)
L
lican 已提交
55
    * [EnhanceRequireObjectCache 类转换异常](cn/FAQ/EnhanceRequireObjectCache-Cast-Exception-CN.md)
56
    * [skywalking导入eclipse依赖项目异常](cn/FAQ/Import-Project-Eclipse-RequireItems-Exception.md)