skywalking-java/docs/others/cn
吴晟 Wu Sheng fb62025da8
Improve OAP extendibility (#2288)
* Make scope meta configurable.

* Fix test cases in ci.

* Change step 1

* Refactor step 2

* Other compile issue done. Prepare the generator changes.

* Revert some wrong changes to Istio receiver.

* Step 3, make compile pass.

* Try to make CI passed.

* Add a check.

* Fix generated code style

* Provide new and extendable dispatcher generator tool

* Fix startup.

* Can't guarantee the dispatchers are always existing. Put explicit comments at there to avoid confusion, since this is different with old version.

* Fix a H2 query for endpoint search.

* Fix a wrong mysql alarm query.

* Provide new document and `generate-tool-grammer` module.

* Add missing last section of document.

* Fix typo

* Relocate the @ScopeDeclaration annotation, make it more sense. Also remove the useless @SourceType annotation. And adjust document for these changes

* ScopeDeclaration can be used once for each class only, now.
2019-02-26 13:43:14 +08:00
..
FAQ prepare chinese docs. (#1729) 2018-10-07 22:51:14 +08:00
concepts-and-designs add probe and some setup cn docs. (#2280) 2019-02-22 17:52:06 +08:00
guides Improve OAP extendibility (#2288) 2019-02-26 13:43:14 +08:00
protocols prepare chinese docs. (#1729) 2018-10-07 22:51:14 +08:00
setup add probe and some setup cn docs. (#2280) 2019-02-22 17:52:06 +08:00
README.md prepare chinese docs. (#1729) 2018-10-07 22:51:14 +08:00

README.md

SkyWalking 6 中文文档

注:中文文档由社区志愿者提供,官方文档以英文为准。

欢迎

这是SkyWalking 6 中文文档。期待加入我们

您可以从这里了解SkyWalking的架构、部署和使用,以及如何基于SkyWalking进行开发。

  • 概念和设计。概念和设计解释了SkyWalking最重要的核心理念。如果您想了解SkyWalking酷炫的特性以及可视化是如何运转的,您可以从这里学习。
  • 安装部署。 安装程序指南包含了在不同方案中安装SkyWalking的方式。同时作为一个平台它提供了包括监控和报警的几种提供可观察性的方法。
  • 贡献指南。指南适用于PPMC提交者或新贡献者。您可以通过这里从一开始就知道如何参与贡献。
  • 协议。协议说明了探针与后端之间的通讯方式。任何对上报链路探测数据感兴趣的人都应该阅读这个。
  • 常见问题解答。当您遇到问题时,请先查看此处,此处包括了清单、已知的安装问题和二次开发实验等。

此外,此处提供了一些有意思或者你会感兴趣的链接:

  • Apache SkyWalking发布页面上提供了最新版本和以往的版本。更改日志请参考这里
  • 你可以在社区资源目录中找到关于Skywalking的会议、在线视频或者文章。如果你也有与此相关的内容欢迎向我们提交Pull Request。
  • 我们一直在寻求帮助来改进我们的文档和代码,因此如果您发现问题,请不要犹豫,提出问题 或者更好的是通过Pull Request提交您的贡献来帮助改善。

对于其他语言的文档,由我们的社区提供,官方文档以英文文档为准。


使用 5.x 版本的用户

SkyWalking 5.x 仍受社区支持。对于用户计划从5.x升级到6.x您应该知道关于有一些概念的定义的变更。

最重要的两个改变了的概念是:

  1. Application在5.x中更改为Service在6.x中Application Instance也更改为Service Instance
  2. Service在5.x中更改为Endpoint在6.x中