skywalking-java/docs
mrproliu d38a8eaaa7 Provide thread monitor create task feature (#4145)
* provide thread monitor task service to create

* provide thread monitor task GraphQL implements

* 1. change thread monitor field names
2. fix `getThreadMonitorTaskList` query time bucket error

* provide config stream processor

* update submodule `query-protocol`

* resolve e2e-mysql error

* remove useless storage interface method.

* rename `ThreadMonitorTask` to `ProfileTask`

* change e2e-profile to the top level

* fix profile test analyze error

* remove StringUtil#isBlank.

* 1. remove create profile task duration unit
2. remove GraphQL getTask list duration field
3. add `profileTaskQueryMaxSize` in `storage` -> `elasticsearch(7)` configuration, default get 200 profile task

* provide e2e different storage tests

* 1. fix rat check
2. remove DurationUtils.java#toSecond
3. remove ProfileTaskQueryEs7DAO

* fix e2e code format error

* provide es6 and es7 storage e2e tests

* change e2e profile es module artifactId

Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2019-12-31 20:49:45 +08:00
..
en Provide thread monitor create task feature (#4145) 2019-12-31 20:49:45 +08:00
README.md Documentation proofreading (#3999) 2019-12-13 11:08:36 +08:00
powered-by.md Add more users and most are very famous (#4068) 2019-12-16 11:30:51 +08:00

README.md

Welcome

Here are SkyWalking 6 official documents. You're welcome to join us.

From here you can learn all about SkyWalkings architecture, how to deploy and use SkyWalking, and develop based on SkyWalking contributions guidelines.

  • Concepts and Designs. You'll find the the most important core ideas about SkyWalking. You can learn from here if you want to understand what is going on under our cool features and visualization.

  • Setup. Guides for installing SkyWalking in different scenarios. As a platform, it provides several ways to provide observability, including monitoring and alarm of course.

  • Contributing Guides. Guides are for PMC member, committer or new contributor. Here, you can find how to start contributing.

  • Protocols. Protocols show the communication ways between agents/probes and backend. Anyone interested in uplink telemetry data should definitely read this.

  • FAQs. A manifest of already known setup problems, secondary developments experiments. When you are facing a problem, check here first.

In addition, you might find these links interesting:

We're always looking for help improving our documentation and codes, so please dont hesitate to file an issue if you see any problem. Or better yet, submit your own contributions through pull request to help make them better.


Document Catalog

If you are already familiar with SkyWalking, you could use this catalog to find the document chapter directly.


Users from 5.x

SkyWalking 5.x is still supported by the community. For the users planning to upgrade from 5.x to 6.x, you should know some definitions of concepts changed.

The most important two changed concepts are:

  1. Application (in 5.x) is changed to Service (in 6.x), also Application Instance is changed to Service Instance.
  2. Service (in 5.x) is changed to Endpoint (in 6.x).