You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/setup/service-agent/java-agent/Java-Plugin-Development-Guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ We also provide the [plugin test tool](#plugin-test-tool) to verify the data col
11
11
## Concepts
12
12
### Span
13
13
The span is an important and recognized concept in the distributed tracing system. Learn about the **span** from the
14
-
[Google Dapper Paper](https://research.google.com/pubs/pub36356.html) and
14
+
[Google Dapper Paper](https://research.google/pubs/dapper-a-large-scale-distributed-systems-tracing-infrastructure/) and
15
15
[OpenTracing](http://opentracing.io)
16
16
17
17
SkyWalking has supported OpenTracing and OpenTracing-Java API since 2017. Our concepts of the span are similar to that of the Google Dapper Paper and OpenTracing. We have also extended the span.
0 commit comments