Update Plugin-Development-Guide-CN.md

This commit is contained in:
吴晟 Wu Sheng 2017-12-08 12:00:18 +08:00 committed by GitHub
parent a9046ac018
commit b7dfd598cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## 插件开发指南
本文档描述 [v3.2+](https://github.com/OpenTracing/skywalking/releases) 插件开发方法、使用的API以及注意事项。3.2版本将在2017 CNUTCon之前发布。
本文档描述 [v3.2+](https://github.com/OpenTracing/skywalking/releases) 插件开发方法、使用的API以及注意事项。
### 核心概念
#### 一. Span
@ -273,4 +273,4 @@ public interface InstanceMethodsAroundInterceptor {
1. 完善注释和测试用例
1. 在本地打包进行集成测试
1. 提交Pull Request到 wu-sheng/sky-walking提供插件追踪的截图拓扑和Trace明细可独立运行的被追踪程序、docker镜像或docker-compose。
1. sky-walking PMC( Project Management Committee) 成员完成插件审核,确定发布版本,并合并到主仓库。
1. sky-walking PMC( Project Management Committee) 成员完成插件审核,确定发布版本,并合并到主仓库。