skywalking-java/docs
zhang-wei 3741f4e386 [Feature] Service instance dependency (#3978)
* dispatcher

* getServiceInstanceTopology implementation

* CacheUpdateTimer

* fix compilation failure

* fix compilation failure

* fix esDao

* Update dao list

* dispatcher

* getServiceInstanceTopology implementation

* CacheUpdateTimer

* fix compilation failure

* fix compilation failure

* fix esDao

* Update dao list

* test e2e

* add official_analysis.oal & update getServiceInstanceTopology

* test instance topo for single service

* fix gql

* fix verifyServiceInstances

* verifyServiceInstanceTopo

* fix verifyServiceInstanceTopo

* fix ServiceInstanceInventory#name

* fix ServiceInstanceInventory#name

* e2e test

* fix action

* fix provider port

* fix Instance Node Type

* re run

* fix expected-data

* add e2e mysql

* set @Test timeout

* fix ci

* increase timeout

* re check

* test ttl es7

* test ttl

* fix action

* merge group

* test ttl es7

* replace official_analysis.oal

* replace official_analysis.oal

* comments

* add TODO

* add TODO

* fix filed name
2019-12-09 08:23:21 +08:00
..
en [Feature] Service instance dependency (#3978) 2019-12-09 08:23:21 +08:00
README.md Add documentation link - illustrate module hierarchy and call flow (#3888) 2019-11-19 07:47:33 +08:00
powered-by.md Add China Mobile into the user list. (#3986) 2019-11-30 23:42:39 +08:00

README.md

Welcome

Here are SkyWalking 6 official documents. Welcome to join us

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

  • Concepts and Designs. Concepts and designs explain 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. Setup contains 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. At here, you can know how to contribute from beginning.
  • Protocols. Protocols show the communication ways between agents/probes and backend. Anyone, interested in uplink telemetry data, definitely should read this.
  • FAQs. Include a manifest, including already known setup problems, secondary developments experiments. When you are facing a problem, check here first.

In addition, you might find these links interesting:

  • The latest and old releases are all available at Apache SkyWalking release page. The change logs are here.
  • Up-to-date overview of SkyWalking module call flow and hierarchy including ability to analize each module individually.
  • You can find the speaking schedules at Conf, online videos and articles about SkyWalking in Community resource catalog. Also, if you have some related to us, welcome to submit a pull request to add.
  • Were always looking for help improving our documentation and codes, so please dont hesitate to file an issue if you see some problem. Or better yet, submit your own contributions through pull request to help make them better.

Document Catalog

If you have been 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 user plans to upgrade from 5.x to 6.x, you should know there are 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).