skywalking-java/docs/en/concepts-and-designs
Evan 9b6386f31c
support oal list includes and excludes & add tags to some source (#5739)
* add oal excludes and includes to support tags
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-01 09:48:48 +08:00
..
README.md Add SkyWalking CLI download links (#4038) 2019-12-10 21:20:10 +08:00
backend-overview.md Fix typo. (#4693) 2020-04-23 11:25:40 +08:00
mal.md Meter Analysis Language (#5531) 2020-10-21 16:45:47 +08:00
manual-sdk.md Reorganize the doc, and provide catalog (#3563) 2019-10-06 15:34:03 +08:00
meter.md Support percentile function in the meter system. (#4725) 2020-04-29 08:43:26 +08:00
oal.md support oal list includes and excludes & add tags to some source (#5739) 2020-11-01 09:48:48 +08:00
overview.md Provide Meter(metrics) system (#4694) 2020-04-24 23:33:13 +08:00
probe-introduction.md Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
project-goals.md Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
scope-definitions.md support oal list includes and excludes & add tags to some source (#5739) 2020-11-01 09:48:48 +08:00
service-agent.md Update a document sentence. 2018-07-27 15:47:21 +08:00
service-mesh-probe.md docs: fix broken istio-architecture svg (#5664) 2020-10-15 00:19:35 +08:00
ui-overview.md Reorganize the doc, and provide catalog (#3563) 2019-10-06 15:34:03 +08: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. A set of query protocol provided, based on the Observability Analysis Language metrics definition.
  • UI
    • Overview. A simple brief about SkyWalking UI.
  • CLI