skywalking-java/docs/en/concepts-and-designs
彭勇升 pengys 6c92fc5484 1. Delete service component indicator. (#1809)
2. Make service relation and endpoint relation to record component id.
3. Delete service mapping indicator.
4. Make service inventory to record mapping service id.
5. Refactor global topology query and service topology query.
2018-10-25 11:19:31 +08:00
..
README.md Adjust documents. 2018-08-20 10:55:13 +08:00
backend-overview.md Update document. 2018-08-19 21:35:55 +08:00
manual-sdk.md Finish more documents about high level design of SkyWalking 6. 2018-07-09 23:03:35 -07:00
oal.md Add document of contributions and some guides (#1672) 2018-09-13 21:01:36 +08:00
overview.md Polish the document 'overview and core concepts' (#1485) 2018-07-23 19:19:38 +08:00
probe-introduction.md Finish more documents about high level design of SkyWalking 6. 2018-07-09 23:03:35 -07:00
project-goals.md Finish initial documents of overview, project goals and probe-introduction in concepts and designs. 2018-07-09 16:48:14 -07:00
query-oap.md Prepare new doc for v6 (#1695) 2018-10-07 09:51:29 +08:00
scope-definitions.md 1. Delete service component indicator. (#1809) 2018-10-25 11:19:31 +08:00
service-agent.md Update a document sentence. 2018-07-27 15:47:21 +08:00
service-mesh-probe.md Finish more documents about high level design of SkyWalking 6. 2018-07-09 23:03:35 -07:00

README.md

Concepts and Designs

Concepts and Designs help you to learn and understand the SkyWalking and the landscape.

  • What is SkyWalking?
    • Overview and Core concepts. Provides a high-level description and introduction, including the problems the project solves.
    • Project Goals. Provides the goals, which SkyWalking is trying to focus and provide features about them.

After you read the above documents, you should understand the SkyWalking basic goals. Now, you can choose which following parts you are interested, then dive in.

  • Probe
    • Introduction. Lead readers to understand what the probe is, how many different probes existed and why need them.
    • Service auto instrument agent. Introduce what the auto instrument agents do and which languages does SkyWalking already support.
    • Manual instrument SDK. Introduce the role of the manual instrument SDKs in SkyWalking ecosystem.
    • Service Mesh probe. Introduce why and how SkyWalking receive telemetry data from Service mesh and proxy probe.
  • Backend
    • Overview. Provides a high level introduction about the OAP backend.
    • Observability Analysis Language. Introduces the core languages, which is designed for aggregation behaviour definition.
    • Query in OAP. Introduces how to query data from backend, whether a simple metric data or topology map, even trace or log.
  • UI