Fix deadlinks (#729)

This commit is contained in:
吴晟 Wu Sheng 2024-11-27 10:26:15 +08:00 committed by GitHub
parent f0245864e4
commit 860c93c3c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,9 @@
},
{
"pattern": "^https://twitter.com*"
},
{
"pattern": "^https://blogs.oracle.com/javamagazine/post/a-peek-into-java-17-continuing-the-drive-to-encapsulate-the-java-runtime-internals"
}
],
"timeout": "10s",

View File

@ -11,7 +11,7 @@ We also provide the [plugin test tool](#plugin-test-tool) to verify the data col
## Concepts
### Span
The span is an important and recognized concept in the distributed tracing system. Learn about the **span** from the
[Google Dapper Paper](https://research.google.com/pubs/pub36356.html) and
[Google Dapper Paper](https://research.google/pubs/dapper-a-large-scale-distributed-systems-tracing-infrastructure/) and
[OpenTracing](http://opentracing.io)
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.