Skip to content

Commit

Permalink
[#noissue] Update Agent-Sdk guide
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Jul 23, 2021
1 parent 59d342f commit 90dc605
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion agent-sdk/AsyncPropagationExample.md → agent-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# AsyncContextProgation
# Adding Agent-SDK to your build
Maven
```xml
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-sdk</artifactId>
<version>#{PINPOINT_VERSION}</version>
</dependency>
```

# AsyncContext Propagation

## Runnable instrumentation
Wrap the method you want to trace with `TraceRunnable.asyncEntry()`.
Expand Down

0 comments on commit 90dc605

Please sign in to comment.