skywalking-java/docs/en/protocols
Wu Sheng c81a4a30b3 Start to write protocol section. 2018-07-10 16:14:12 -07:00
..
README.md Start to write protocol section. 2018-07-10 16:14:12 -07:00
Skywalking-Cross-Process-Propagation-Headers-Protocol-v1.md Finish the new document structure. 2018-07-08 21:04:50 -07:00
Trace-Data-Protocol.md Finish the new document structure. 2018-07-08 21:04:50 -07:00

README.md

Protocols

There are two types of protocols list here.

  • Probe Protocol. Include the descriptions and defines about how agent send collected metric data and traces, also the formats of each entities.

  • Query Protocol. The backend provide query capability to SkyWalking own UI and others. These queries are based on GraphQL.

Probe Protocol

They also related to the probe group, for understand that, look Concepts and Designs document. These groups are Language based native agent protocol, Service Mesh protocol and 3rd-party instrument protocol.

Language based native agent protocol

This protocol is combined from two parts:

Service Mesh probe protocol