You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/23 12:39:26 UTC

[GitHub] [skywalking] mrproliu commented on a change in pull request #4555: Correlation protocol implement

mrproliu commented on a change in pull request #4555: Correlation protocol implement
URL: https://github.com/apache/skywalking/pull/4555#discussion_r396419697
 
 

 ##########
 File path: docs/en/setup/service-agent/java-agent/Application-toolkit-correlation.md
 ##########
 @@ -0,0 +1,33 @@
+## Cross Process Correlation
+
+## Introduce
+This plugin is help user to transport custom data in the tracing context. [Follow this to get protocol description.](../../../protocols/Skywalking-Cross-Process-Correlation-Headers-Protocol-v1.md)
+
+## How to use it
+* Dependency the toolkit, such as using maven or gradle
+```xml
+   <dependency>
+      <groupId>org.apache.skywalking</groupId>
+      <artifactId>apm-toolkit-trace</artifactId>
+      <version>${skywalking.version}</version>
 
 Review comment:
   I seem we have [Application-toolkit-trace.md](https://github.com/apache/skywalking/blob/259a147682e82c862f5d4af90237e099b6d38b13/docs/en/setup/service-agent/java-agent/Application-toolkit-trace.md) and [Application-toolkit-trace-cross-thread.md](https://github.com/apache/skywalking/blob/259a147682e82c862f5d4af90237e099b6d38b13/docs/en/setup/service-agent/java-agent/Application-toolkit-trace-cross-thread.md), I not sure where do I need to put this into?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services