This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2b515e05f6f deploy: 96520ebe9a01b385f0c6258736ea9e0944bc8ec1
2b515e05f6f is described below
commit 2b515e05f6fb2cdc69ab5a8122a66862e57c7301
Author: wu-sheng <[email protected]>
AuthorDate: Thu Jun 8 10:06:00 2023 +0000
deploy: 96520ebe9a01b385f0c6258736ea9e0944bc8ec1
---
.../en/advanced-features/logging-setup/index.html | 4 +-
.../advanced-features/plugin-exclusion/index.html | 2 +-
.../advanced-features/settings-override/index.html | 4 +-
.../next/en/agent/performance-tests/index.html | 4 +-
.../next/en/agent/support-plugins/index.html | 15 +++++---
.../hybrid-compilation/index.html | 2 +-
.../concepts-and-designs/key-principles/index.html | 10 ++---
.../project-structure/index.html | 2 +-
.../build-and-use-agent/index.html | 2 +-
.../development-guide/index.html | 8 ++--
.../how-to-release/index.html | 6 +--
.../running-and-debugging/index.html | 2 +-
.../write-plugin-testing/index.html | 12 +++---
.../skywalking-go/next/en/setup/gobuild/index.html | 2 +-
docs/skywalking-go/next/readme/index.html | 2 +-
.../next/en/contribution/compiling/index.html | 2 +-
.../en/contribution/release-java-agent/index.html | 2 +-
.../next/en/faq/ext-dirs/index.html | 2 +-
docs/skywalking-java/next/en/faq/osgi/index.html | 2 +-
.../java-agent/advanced-features/index.html | 2 +-
.../java-agent/advanced-reporters/index.html | 2 +-
.../kotlin-coroutine-plugin/index.html | 2 +-
.../oracle-resin-plugins/index.html | 2 +-
.../spring-annotation-plugin/index.html | 2 +-
.../trace-ignore-plugin/index.html | 2 +-
.../application-toolkit-dependency/index.html | 2 +-
.../application-toolkit-kafka/index.html | 2 +-
.../application-toolkit-log4j-1.x/index.html | 2 +-
.../application-toolkit-log4j-2.x/index.html | 2 +-
.../application-toolkit-logback-1.x/index.html | 2 +-
.../application-toolkit-meter/index.html | 2 +-
.../application-toolkit-micrometer-1.10/index.html | 2 +-
.../application-toolkit-micrometer/index.html | 2 +-
.../index.html | 2 +-
.../index.html | 2 +-
.../index.html | 2 +-
.../index.html | 2 +-
.../application-toolkit-trace/index.html | 2 +-
.../application-toolkit-tracer/index.html | 2 +-
.../application-toolkit-webflux/index.html | 2 +-
.../java-agent/bootstrap-plugins/index.html | 2 +-
.../java-agent/configuration-discovery/index.html | 2 +-
.../java-agent/configurations/index.html | 2 +-
.../java-agent/containerization/index.html | 2 +-
.../java-agent/customize-enhance-trace/index.html | 2 +-
.../java-agent/how-to-disable-plugin/index.html | 2 +-
.../how-to-tolerate-exceptions/index.html | 2 +-
.../java-plugin-development-guide/index.html | 4 +-
.../java-agent/logic-endpoint/index.html | 2 +-
.../java-agent/opentracing/index.html | 2 +-
.../java-agent/optional-plugins/index.html | 2 +-
.../java-agent/plugin-list/index.html | 5 ++-
.../java-agent/plugin-test/index.html | 26 ++++++-------
.../service-agent/java-agent/readme/index.html | 2 +-
.../java-agent/setting-override/index.html | 2 +-
.../java-agent/specified-agent-config/index.html | 2 +-
.../java-agent/supported-list/index.html | 6 +--
.../setup/service-agent/java-agent/tls/index.html | 4 +-
.../service-agent/java-agent/token-auth/index.html | 2 +-
docs/skywalking-java/next/readme/index.html | 2 +-
index.html | 2 +-
index.json | 2 +-
team/index.html | 43 ++++++++++++++++------
63 files changed, 137 insertions(+), 112 deletions(-)
diff --git
a/docs/skywalking-go/next/en/advanced-features/logging-setup/index.html
b/docs/skywalking-go/next/en/advanced-features/logging-setup/index.html
index 603375aab3b..262275ea7f5 100644
--- a/docs/skywalking-go/next/en/advanced-features/logging-setup/index.html
+++ b/docs/skywalking-go/next/en/advanced-features/logging-setup/index.html
@@ -455,7 +455,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -490,7 +490,7 @@ if (!doNotTrack) {
<h1 id="logging-setup">Logging Setup</h1>
<p>Logging Setup is used to integrate the Go Agent with the logging system in
the current service.
It currently supports the recognition of <code>Logrus</code> and
<code>Zap</code> frameworks. If neither of these frameworks is present, it
would output logs using <code>Std Error</code>.</p>
-<p>You can learn about the configuration details through the “log”
configuration item in the <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/tools/go-agent/config/agent.default.yaml">default
settings</a>.</p>
+<p>You can learn about the configuration details through the “log”
configuration item in the <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/tools/go-agent/config/agent.default.yaml">default
settings</a>.</p>
<h2 id="agent-with-logging-system">Agent with Logging system</h2>
<p>The integration of the Agent with logs includes the two parts as
following.</p>
<ol>
diff --git
a/docs/skywalking-go/next/en/advanced-features/plugin-exclusion/index.html
b/docs/skywalking-go/next/en/advanced-features/plugin-exclusion/index.html
index 2457d493a7e..f7a2f47a42e 100644
--- a/docs/skywalking-go/next/en/advanced-features/plugin-exclusion/index.html
+++ b/docs/skywalking-go/next/en/advanced-features/plugin-exclusion/index.html
@@ -452,7 +452,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
diff --git
a/docs/skywalking-go/next/en/advanced-features/settings-override/index.html
b/docs/skywalking-go/next/en/advanced-features/settings-override/index.html
index 16002582a9c..52bee28e73f 100644
--- a/docs/skywalking-go/next/en/advanced-features/settings-override/index.html
+++ b/docs/skywalking-go/next/en/advanced-features/settings-override/index.html
@@ -455,7 +455,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -488,7 +488,7 @@ if (!doNotTrack) {
<h1 id="setting-override">Setting Override</h1>
-<p>By default, SkyWalking Go agent provides a default <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/tools/go-agent/config/agent.default.yaml">agent.default.yaml</a>
to define the default configuration options.</p>
+<p>By default, SkyWalking Go agent provides a default <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/tools/go-agent/config/agent.default.yaml">agent.default.yaml</a>
to define the default configuration options.</p>
<p>This configuration file is used <strong>during hybrid compilation to write
the configuration information of the Agent into the program</strong>.
When the program boots, the agent would read the pre-configured content.</p>
<h2 id="configuration-changes">Configuration Changes</h2>
diff --git a/docs/skywalking-go/next/en/agent/performance-tests/index.html
b/docs/skywalking-go/next/en/agent/performance-tests/index.html
index 9ba549aabaf..d8cdfa3ab25 100644
--- a/docs/skywalking-go/next/en/agent/performance-tests/index.html
+++ b/docs/skywalking-go/next/en/agent/performance-tests/index.html
@@ -458,7 +458,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -495,7 +495,7 @@ if (!doNotTrack) {
<h2 id="test-objective">Test Objective</h2>
<p>By launching both the <strong>agent</strong> and <strong>non-agent</strong>
compiled applications, we subject them to the same <strong>QPS</strong> under
stress testing,
evaluating the CPU, memory, and network latency of the machine during the
testing period.</p>
-<p>The application has been saved and submitted to the <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/test/benchmark-codebase">test/benchmark-codebase</a>
directory, with the following topology:</p>
+<p>The application has been saved and submitted to the <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/test/benchmark-codebase">test/benchmark-codebase</a>
directory, with the following topology:</p>
<pre><code>traffic generator -> consumer -> provider
</code></pre><p>The payload(traffic) generator uses multithreading to send
HTTP requests to the consumer service.
When the consumer receives a request, it sends three requests to the provider
service to obtain return data results.
diff --git a/docs/skywalking-go/next/en/agent/support-plugins/index.html
b/docs/skywalking-go/next/en/agent/support-plugins/index.html
index 14643b379d2..28e974e5ad6 100644
--- a/docs/skywalking-go/next/en/agent/support-plugins/index.html
+++ b/docs/skywalking-go/next/en/agent/support-plugins/index.html
@@ -29,21 +29,21 @@
<meta name="theme-color" content="#ffffff">
<title>Supported Libraries | Apache SkyWalking</title><meta
property="og:title" content="Supported Libraries" />
-<meta property="og:description" content="Supported Libraries HTTP Server
gin: Gin http: Native HTTP go-restfulv3: Go-Restful HTTP Client http: Native
HTTP RPC Frameworks dubbo: Dubbo kratosv2: Kratos microv4: Go-Micro
Database Client gorm: GORM MySQL Driver " />
+<meta property="og:description" content="Supported Libraries HTTP Server
gin: Gin http: Native HTTP go-restfulv3: Go-Restful HTTP Client http: Native
HTTP RPC Frameworks dubbo: Dubbo kratosv2: Kratos microv4: Go-Micro
Database Client gorm: GORM MySQL Driver Cache Client go-redisv9:
go-redis " />
<meta property="og:type" content="article" />
<meta property="og:url"
content="/docs/skywalking-go/next/en/agent/support-plugins/" />
<meta itemprop="name" content="Supported Libraries">
-<meta itemprop="description" content="Supported Libraries HTTP Server gin:
Gin http: Native HTTP go-restfulv3: Go-Restful HTTP Client http: Native HTTP
RPC Frameworks dubbo: Dubbo kratosv2: Kratos microv4: Go-Micro Database
Client gorm: GORM MySQL Driver ">
+<meta itemprop="description" content="Supported Libraries HTTP Server gin:
Gin http: Native HTTP go-restfulv3: Go-Restful HTTP Client http: Native HTTP
RPC Frameworks dubbo: Dubbo kratosv2: Kratos microv4: Go-Micro Database
Client gorm: GORM MySQL Driver Cache Client go-redisv9: go-redis ">
-<meta itemprop="wordCount" content="30">
+<meta itemprop="wordCount" content="34">
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Supported Libraries"/>
-<meta name="twitter:description" content="Supported Libraries HTTP Server
gin: Gin http: Native HTTP go-restfulv3: Go-Restful HTTP Client http: Native
HTTP RPC Frameworks dubbo: Dubbo kratosv2: Kratos microv4: Go-Micro
Database Client gorm: GORM MySQL Driver "/>
+<meta name="twitter:description" content="Supported Libraries HTTP Server
gin: Gin http: Native HTTP go-restfulv3: Go-Restful HTTP Client http: Native
HTTP RPC Frameworks dubbo: Dubbo kratosv2: Kratos microv4: Go-Micro
Database Client gorm: GORM MySQL Driver Cache Client go-redisv9:
go-redis "/>
<script type="application/javascript">
var doNotTrack = false;
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -511,6 +511,11 @@ if (!doNotTrack) {
</li>
</ul>
</li>
+<li>Cache Client
+<ul>
+<li><code>go-redisv9</code>: <a
href="https://github.com/redis/go-redis">go-redis</a></li>
+</ul>
+</li>
</ul>
diff --git
a/docs/skywalking-go/next/en/concepts-and-designs/hybrid-compilation/index.html
b/docs/skywalking-go/next/en/concepts-and-designs/hybrid-compilation/index.html
index 767794c4222..ebdd1a655de 100644
---
a/docs/skywalking-go/next/en/concepts-and-designs/hybrid-compilation/index.html
+++
b/docs/skywalking-go/next/en/concepts-and-designs/hybrid-compilation/index.html
@@ -455,7 +455,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
diff --git
a/docs/skywalking-go/next/en/concepts-and-designs/key-principles/index.html
b/docs/skywalking-go/next/en/concepts-and-designs/key-principles/index.html
index 52d8bdcb882..7671b4730d6 100644
--- a/docs/skywalking-go/next/en/concepts-and-designs/key-principles/index.html
+++ b/docs/skywalking-go/next/en/concepts-and-designs/key-principles/index.html
@@ -455,7 +455,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -505,7 +505,7 @@ if (!doNotTrack) {
<h3 id="modifying-methods">Modifying Methods</h3>
<p>After finding the method, the SkyWalking Go Agent needs to modify the
method implication and embed the interceptor code.</p>
<h4 id="change-method-body">Change Method Body</h4>
-<p>When intercepting a method, the first thing to do is to modify the method
and <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/tools/go-agent/instrument/plugins/templates/method_inserts.tmpl">embed
the template code</a>.
+<p>When intercepting a method, the first thing to do is to modify the method
and <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/tools/go-agent/instrument/plugins/templates/method_inserts.tmpl">embed
the template code</a>.
This code segment includes two method executions:</p>
<ol>
<li><strong>Before method execution</strong>: Pass in the current
method’s arguments, instances, and other information.</li>
@@ -517,8 +517,8 @@ This ensures that when an exception occurs in the framework
code execution, the
<h4 id="write-delegator-file">Write Delegator File</h4>
<p>After the agent enhances the method body, it needs to implement the above
two methods and write them into a single file, called the <strong>delegator
file</strong>. These two methods would do the following:</p>
<ol>
-<li><strong>Before method execution</strong>: <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/tools/go-agent/instrument/plugins/templates/method_intercept_before.tmpl">Build
by the template</a>. Build the context for before and after interception, and
pass the parameter information during execution to the interceptor in each
plugin.</li>
-<li><strong>After method execution</strong>: <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/tools/go-agent/instrument/plugins/templates/method_intercept_after.tmpl">Build
by the template</a>. Pass the method return value to the interceptor and
execute the method.</li>
+<li><strong>Before method execution</strong>: <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/tools/go-agent/instrument/plugins/templates/method_intercept_before.tmpl">Build
by the template</a>. Build the context for before and after interception, and
pass the parameter information during execution to the interceptor in each
plugin.</li>
+<li><strong>After method execution</strong>: <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/tools/go-agent/instrument/plugins/templates/method_intercept_after.tmpl">Build
by the template</a>. Pass the method return value to the interceptor and
execute the method.</li>
</ol>
<h4 id="copy-files">Copy Files</h4>
<p>After completing the delegator file, the agent would perform the following
copy operations:</p>
@@ -601,7 +601,7 @@ The main key modules that users currently need to introduce
include:</p>
The Agent Core code would be dynamically added during hybrid compilation, so
when the Agent releases new features,
users only need to upgrade the Agent enhancement program without modifying the
references in the program.</p>
<h3 id="code-import">Code Import</h3>
-<p>You can see a lot of <code>imports.go</code> files anywhere in the
SkyWalking Go, such as <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/imports.go">imports.go
in the root directory</a>, but there is no actual code.
+<p>You can see a lot of <code>imports.go</code> files anywhere in the
SkyWalking Go, such as <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/imports.go">imports.go
in the root directory</a>, but there is no actual code.
This is because, during hybrid compilation, if the code to be compiled
references other libraries,
such as <code>os</code>, <code>fmt</code>, etc., they need to be referenced
through the <strong>importcfg</strong> file during compilation.</p>
<p>The content of the <code>importcfg</code> file is shown below, which
specifies the package dependency information required for all Go files to be
compiled in the current package path.</p>
diff --git
a/docs/skywalking-go/next/en/concepts-and-designs/project-structure/index.html
b/docs/skywalking-go/next/en/concepts-and-designs/project-structure/index.html
index c492982c6a5..a5dbc10ef8a 100644
---
a/docs/skywalking-go/next/en/concepts-and-designs/project-structure/index.html
+++
b/docs/skywalking-go/next/en/concepts-and-designs/project-structure/index.html
@@ -449,7 +449,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
diff --git
a/docs/skywalking-go/next/en/development-and-contribution/build-and-use-agent/index.html
b/docs/skywalking-go/next/en/development-and-contribution/build-and-use-agent/index.html
index 172fa651ae3..a3326c56e23 100644
---
a/docs/skywalking-go/next/en/development-and-contribution/build-and-use-agent/index.html
+++
b/docs/skywalking-go/next/en/development-and-contribution/build-and-use-agent/index.html
@@ -458,7 +458,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
diff --git
a/docs/skywalking-go/next/en/development-and-contribution/development-guide/index.html
b/docs/skywalking-go/next/en/development-and-contribution/development-guide/index.html
index 71ce16a8be0..0b2fb2c5bd1 100644
---
a/docs/skywalking-go/next/en/development-and-contribution/development-guide/index.html
+++
b/docs/skywalking-go/next/en/development-and-contribution/development-guide/index.html
@@ -455,7 +455,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -497,7 +497,7 @@ if (!doNotTrack) {
<li><strong>Import the plugin module</strong>: Import the plugin into the
management module for users to use.</li>
</ol>
<h2 id="create-a-new-plugin-module">Create a new plugin module</h2>
-<p>The plugin must create a new module, which is currently stored in the
project’s <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/plugins">plugins
directory</a>.</p>
+<p>The plugin must create a new module, which is currently stored in the
project’s <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/plugins">plugins
directory</a>.</p>
<p>Plugins can import the following two modules:</p>
<ol>
<li><strong>Agent core</strong>: This module provides all the dependencies
needed for the plugin, including the plugin API, enhancement declaration
objects, etc.
@@ -507,7 +507,7 @@ Agent core plugin should be
<code>github.com/apache/skywalking-go/plugins/core</
<p>Note: Plugins should <strong>NOT</strong> import and use any other modules,
as this may cause compilation issues for users. If certain tools are needed,
they should be provided by the agent core.</p>
<h2 id="define-the-enhancement-object">Define the enhancement object</h2>
<p>In the root directory of the project, <strong>create a new go file</strong>
to define the basic information of the plugin.
-The basic information includes the following methods, corresponding to the <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/plugins/core/instrument/declare.go">Instrument
interface</a>:</p>
+The basic information includes the following methods, corresponding to the <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/plugins/core/instrument/declare.go">Instrument
interface</a>:</p>
<ol>
<li><strong>Name</strong>: The name of the plugin. Please keep this name
consistent with the newly created project name. The reason will be explained
later.</li>
<li><strong>Base Package</strong>: Declare which package this plugin
intercepts. For example, if you want to intercept gin, you can write:
“github.com/gin-gonic/gin”.</li>
@@ -779,7 +779,7 @@ However, in some cases, goroutine would be context sharing
due to be scheduled b
<li>Use <code>tracing.ContinueContext(snapshot)</code> to continue the
snapshot context in the target goroutine.</li>
</ol>
<h2 id="import-plugin">Import Plugin</h2>
-<p>Once you have finished developing the plugin, you need to import the
completed module into the Agent program and <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/tools/go-agent/instrument/plugins/register.go">define
it in the corresponding file</a>.</p>
+<p>Once you have finished developing the plugin, you need to import the
completed module into the Agent program and <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/tools/go-agent/instrument/plugins/register.go">define
it in the corresponding file</a>.</p>
<p>At this point, your plugin development process is complete. When the Agent
performs hybrid compilation on the target program, your plugin will be executed
as expected.</p>
diff --git
a/docs/skywalking-go/next/en/development-and-contribution/how-to-release/index.html
b/docs/skywalking-go/next/en/development-and-contribution/how-to-release/index.html
index 9d6f32771eb..4c0a6cf07d8 100644
---
a/docs/skywalking-go/next/en/development-and-contribution/how-to-release/index.html
+++
b/docs/skywalking-go/next/en/development-and-contribution/how-to-release/index.html
@@ -452,7 +452,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -489,8 +489,8 @@ if (!doNotTrack) {
<h2 id="prerequisites">Prerequisites</h2>
<ol>
<li>Close(if finished, or move to next milestone otherwise) all issues in the
current milestone from <a
href="https://github.com/apache/skywalking-go/milestones">skywalking-go</a> and
<a href="https://github.com/apache/skywalking/milestones">skywalking</a>,
create a new milestone if needed.</li>
-<li>Update <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/CHANGES.md">CHANGES.md</a>.</li>
-<li>Check the <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/dist/LICENSE">dependency
licenses</a> including all dependencies.</li>
+<li>Update <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/CHANGES.md">CHANGES.md</a>.</li>
+<li>Check the <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/dist/LICENSE">dependency
licenses</a> including all dependencies.</li>
</ol>
<h2 id="add-your-gpg-public-key-to-apache-svn">Add your GPG public key to
Apache svn</h2>
<ol>
diff --git
a/docs/skywalking-go/next/en/development-and-contribution/running-and-debugging/index.html
b/docs/skywalking-go/next/en/development-and-contribution/running-and-debugging/index.html
index aa7ec77c1ef..05c0183e15a 100644
---
a/docs/skywalking-go/next/en/development-and-contribution/running-and-debugging/index.html
+++
b/docs/skywalking-go/next/en/development-and-contribution/running-and-debugging/index.html
@@ -452,7 +452,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
diff --git
a/docs/skywalking-go/next/en/development-and-contribution/write-plugin-testing/index.html
b/docs/skywalking-go/next/en/development-and-contribution/write-plugin-testing/index.html
index 965e1111964..f4a16bd978b 100644
---
a/docs/skywalking-go/next/en/development-and-contribution/write-plugin-testing/index.html
+++
b/docs/skywalking-go/next/en/development-and-contribution/write-plugin-testing/index.html
@@ -455,7 +455,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
@@ -492,14 +492,14 @@ if (!doNotTrack) {
If you haven’t started developing your plugin yet, please read this <a
href="./../development-guide">Plugin Development Guide</a> first.</p>
<p>Developing a plugin involves the following steps:</p>
<ol>
-<li><strong>Create a new module</strong>: Please create a new module in the <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/test/plugins/scenarios">specified
directory</a>, and it is recommended to name the module the same as the plugin
for easy reference.</li>
+<li><strong>Create a new module</strong>: Please create a new module in the <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/test/plugins/scenarios">specified
directory</a>, and it is recommended to name the module the same as the plugin
for easy reference.</li>
<li><strong>Write the configuration file</strong>: This file serves as the
declaration file for the plugin, and test cases would be run based on this
file.</li>
<li><strong>Write the test code</strong>: Simulate the actual service
operation, including the plugin you want to test.</li>
<li><strong>Test execution</strong>: Check if the plugin is running
properly.</li>
</ol>
<h2 id="write-configuration-file">Write Configuration File</h2>
<p>The configuration file is used to define the basic information of the test
plugin.
-You can use <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/test/plugins/scenarios/gin/plugin.yml">the
gin plugin configuration file</a> as an example to write your own.
+You can use <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/test/plugins/scenarios/gin/plugin.yml">the
gin plugin configuration file</a> as an example to write your own.
It includes the following information:</p>
<ol>
<li><strong>entry-service</strong>: The test HTTP service entry URL. When this
address is accessed, the plugin code should be triggered.</li>
@@ -554,12 +554,12 @@ This corresponds to the <strong>entry-service</strong>
address in configuration.
<h2 id="test-execution">Test Execution</h2>
<p>Once you have completed the plugin configuration and test code writing, you
can proceed to test the framework. Please follow these steps:</p>
<ol>
-<li><strong>Build tools</strong>: Execute the <code>make build</code> command
in the <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/test/plugins">test/plugins</a>
directory. It would generate some tools needed for testing in the
<code>dist</code> folder of this directory.</li>
+<li><strong>Build tools</strong>: Execute the <code>make build</code> command
in the <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/test/plugins">test/plugins</a>
directory. It would generate some tools needed for testing in the
<code>dist</code> folder of this directory.</li>
<li><strong>Run the plugin locally</strong>: Start the plugin test program and
iterate through all framework versions for testing on your local
environment.</li>
-<li><strong>Add to GitHub Action</strong>: Fill in the name of the test plugin
<a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/.github/workflows/plugin-tests.yaml">in
this file</a>, and the plugin test would be executed and validated each time a
pull request is submitted.</li>
+<li><strong>Add to GitHub Action</strong>: Fill in the name of the test plugin
<a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/.github/workflows/plugin-tests.yaml">in
this file</a>, and the plugin test would be executed and validated each time a
pull request is submitted.</li>
</ol>
<h3 id="run-the-plugin-test-locally">Run the Plugin Test Locally</h3>
-<p>Please execute the <strong>run.sh</strong> script in the <a
href="https://github.com/apache/skywalking-go/tree/3db8143cb658f0ee4fa7d5a363cfa1e6ca62dfda/test/plugins">test/plugins
directory</a> and pass in the name of the plugin you wrote (the folder name).
+<p>Please execute the <strong>run.sh</strong> script in the <a
href="https://github.com/apache/skywalking-go/tree/dea904d33000c8a0e2ef9fed4fc8b395376d79cd/test/plugins">test/plugins
directory</a> and pass in the name of the plugin you wrote (the folder name).
At this point, the script would read the configuration file of the plugin test
and create a workspace directory in this location for temporarily storing files
generated by each plugin.
Finally, it would start the test code and validate the data sequentially
according to the supported version information.</p>
<p>The script supports the following two parameters:</p>
diff --git a/docs/skywalking-go/next/en/setup/gobuild/index.html
b/docs/skywalking-go/next/en/setup/gobuild/index.html
index 819d9d1738a..b3e14fcc3f9 100644
--- a/docs/skywalking-go/next/en/setup/gobuild/index.html
+++ b/docs/skywalking-go/next/en/setup/gobuild/index.html
@@ -461,7 +461,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
diff --git a/docs/skywalking-go/next/readme/index.html
b/docs/skywalking-go/next/readme/index.html
index 76cbfc40b49..fd1e93e9849 100644
--- a/docs/skywalking-go/next/readme/index.html
+++ b/docs/skywalking-go/next/readme/index.html
@@ -455,7 +455,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3db8143</div>
+ <div class="commit-id">Commit Id: dea904d</div>
diff --git a/docs/skywalking-java/next/en/contribution/compiling/index.html
b/docs/skywalking-java/next/en/contribution/compiling/index.html
index b7b89079beb..eb16b4bf59e 100644
--- a/docs/skywalking-java/next/en/contribution/compiling/index.html
+++ b/docs/skywalking-java/next/en/contribution/compiling/index.html
@@ -780,7 +780,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/contribution/release-java-agent/index.html
b/docs/skywalking-java/next/en/contribution/release-java-agent/index.html
index e956da841d4..af6f8171cfd 100644
--- a/docs/skywalking-java/next/en/contribution/release-java-agent/index.html
+++ b/docs/skywalking-java/next/en/contribution/release-java-agent/index.html
@@ -780,7 +780,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git a/docs/skywalking-java/next/en/faq/ext-dirs/index.html
b/docs/skywalking-java/next/en/faq/ext-dirs/index.html
index 7aee0e0b0d9..6c4d9bce9be 100644
--- a/docs/skywalking-java/next/en/faq/ext-dirs/index.html
+++ b/docs/skywalking-java/next/en/faq/ext-dirs/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git a/docs/skywalking-java/next/en/faq/osgi/index.html
b/docs/skywalking-java/next/en/faq/osgi/index.html
index f93caa41f10..3c5b0bbd546 100644
--- a/docs/skywalking-java/next/en/faq/osgi/index.html
+++ b/docs/skywalking-java/next/en/faq/osgi/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-features/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-features/index.html
index f18cb44d011..740adce9a2b 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-features/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-features/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-reporters/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-reporters/index.html
index 069ac4d18df..a05ca188bdc 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-reporters/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/advanced-reporters/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/kotlin-coroutine-plugin/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/kotlin-coroutine-plugin/index.html
index 1cd1be1f6d9..5ef851c54ad 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/kotlin-coroutine-plugin/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/kotlin-coroutine-plugin/index.html
@@ -780,7 +780,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/oracle-resin-plugins/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/oracle-resin-plugins/index.html
index d232be29631..8ec7f9a54fc 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/oracle-resin-plugins/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/oracle-resin-plugins/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/spring-annotation-plugin/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/spring-annotation-plugin/index.html
index 2b5b0879575..74862a3a6fb 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/spring-annotation-plugin/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/spring-annotation-plugin/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/trace-ignore-plugin/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/trace-ignore-plugin/index.html
index 4f974de3ee6..e66bd0025cf 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/trace-ignore-plugin/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/agent-optional-plugins/trace-ignore-plugin/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-dependency/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-dependency/index.html
index 4cc36b0d823..f99f10987e3 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-dependency/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-dependency/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-kafka/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-kafka/index.html
index b9c4cb28ae3..8638be044a1 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-kafka/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-kafka/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-1.x/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-1.x/index.html
index 0073e388c71..e67dfaee8ec 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-1.x/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-1.x/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-2.x/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-2.x/index.html
index 8e1646e4a45..f36ae9c09f1 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-2.x/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-log4j-2.x/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-logback-1.x/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-logback-1.x/index.html
index 4be41422fdb..c2cd611761f 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-logback-1.x/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-logback-1.x/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-meter/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-meter/index.html
index 8b30f8b733f..48b72a5e197 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-meter/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-meter/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer-1.10/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer-1.10/index.html
index 39bacc41d4e..7a2dfccdb5f 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer-1.10/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer-1.10/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer/index.html
index 3cf473f6e64..89a9de28106 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-micrometer/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-annotation/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-annotation/index.html
index c67f0946ea0..fbee3699b80 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-annotation/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-annotation/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-correlation-context/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-correlation-context/index.html
index e13550d6110..bc691cff2a0 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-correlation-context/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-correlation-context/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-cross-thread/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-cross-thread/index.html
index 16ee50344cc..cbcbff21c67 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-cross-thread/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-cross-thread/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-read-context/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-read-context/index.html
index b6e564f8b31..115df1d0c24 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-read-context/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace-read-context/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace/index.html
index 09b8ce2d57c..dfa94686e97 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-trace/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-tracer/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-tracer/index.html
index 78eaf37f895..1a610c50214 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-tracer/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-tracer/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-webflux/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-webflux/index.html
index 0f25c9193b6..afd62981d09 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-webflux/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/application-toolkit-webflux/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/bootstrap-plugins/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/bootstrap-plugins/index.html
index a96f1e3c521..a4c7b89c144 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/bootstrap-plugins/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/bootstrap-plugins/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/configuration-discovery/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/configuration-discovery/index.html
index f802097c822..75448ec79e4 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/configuration-discovery/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/configuration-discovery/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/configurations/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/configurations/index.html
index 478f81215bb..4229787daa8 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/configurations/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/configurations/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/containerization/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/containerization/index.html
index 4984b3841aa..ee2ba8dc08f 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/containerization/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/containerization/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/customize-enhance-trace/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/customize-enhance-trace/index.html
index 5b4eea92f29..4929054ccbb 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/customize-enhance-trace/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/customize-enhance-trace/index.html
@@ -783,7 +783,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-disable-plugin/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-disable-plugin/index.html
index 169291a9518..d354e908606 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-disable-plugin/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-disable-plugin/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-tolerate-exceptions/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-tolerate-exceptions/index.html
index 4479921dc89..2c84da7a2c5 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-tolerate-exceptions/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/how-to-tolerate-exceptions/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/java-plugin-development-guide/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/java-plugin-development-guide/index.html
index a5a5a6af2d1..d9c97561174 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/java-plugin-development-guide/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/java-plugin-development-guide/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
@@ -1161,7 +1161,7 @@ Please refer to <a
href="https://bytebuddy.net/#/">bytebuddy</a> for details of
witnessMethodList<span style="color:#000;font-weight:bold">.</span><span
style="color:#008080">add</span><span
style="color:#000;font-weight:bold">(</span>witnessMethod<span
style="color:#000;font-weight:bold">);</span>
<span style="color:#000;font-weight:bold">return</span>
witnessMethodList<span style="color:#000;font-weight:bold">;</span>
<span style="color:#000;font-weight:bold">}</span>
-</code></pre></div><p>For more examples, see <a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/apm-sniffer/apm-agent-core/src/test/java/org/apache/skywalking/apm/agent/core/plugin/witness/WitnessTest.java">WitnessTest.java</a></p>
+</code></pre></div><p>For more examples, see <a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/apm-sniffer/apm-agent-core/src/test/java/org/apache/skywalking/apm/agent/core/plugin/witness/WitnessTest.java">WitnessTest.java</a></p>
</li>
</ol>
<h3 id="implement-an-interceptor">Implement an interceptor</h3>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/logic-endpoint/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/logic-endpoint/index.html
index dd252c3c067..27eca0881ad 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/logic-endpoint/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/logic-endpoint/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/opentracing/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/opentracing/index.html
index 7b41f2b6d3c..d197e34f1e4 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/opentracing/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/opentracing/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/optional-plugins/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/optional-plugins/index.html
index 6e90b3b3301..8ea125cf003 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/optional-plugins/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/optional-plugins/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-list/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-list/index.html
index f2ba694244e..5e83727b4e0 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-list/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-list/index.html
@@ -36,7 +36,7 @@
<meta itemprop="name" content="Skywalking Agent List">
<meta itemprop="description" content="Skywalking Agent List activemq-5.x
armeria-063-084 armeria-085 armeria-086 armeria-098 armeria-100
async-http-client-2.x avro-1.x brpc-java brpc-java-3.x canal-1.x
cassandra-java-driver-3.x dbcp-2.x druid-1.x dubbo dubbo-2.7.x dubbo-3.x
dubbo-threadpool dubbo-threadpool-2.7.x ehcache-2.x elastic-job-2.x
elasticjob-3.x elasticsearch-5.x elasticsearch-6.x elasticsearch-7.x
fastjson-1.2.x feign-default-http-9.x feign-pathvar-9.x finagle graphql-8.x gra
[...]
-<meta itemprop="wordCount" content="169">
+<meta itemprop="wordCount" content="170">
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
@@ -901,6 +901,7 @@ if (!doNotTrack) {
<li>resteasy-server-4.x</li>
<li>rocketMQ-3.x</li>
<li>rocketMQ-4.x</li>
+<li>rocketMQ-5.x</li>
<li>sentinel-1.x</li>
<li>servicecomb-2.x</li>
<li>sharding-sphere-3.x</li>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-test/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-test/index.html
index 4907b5f65fa..454bb284257 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-test/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/plugin-test/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
@@ -831,22 +831,22 @@ OAP backend runs to check the segments data sent from
agents.</p>
<h2 id="case-base-image-introduction">Case Base Image Introduction</h2>
<p>The test framework provides <code>JVM-container</code> and
<code>Tomcat-container</code> base images including JDK8 and JDK17. You can
choose the best one for your test case. If both are suitable for your case,
<strong><code>JVM-container</code> is preferred</strong>.</p>
<h3 id="jvm-container-image-introduction">JVM-container Image Introduction</h3>
-<p><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/containers/jvm-container">JVM-container</a>
uses <code>eclipse-temurin:8-jdk</code> as the base image.
<code>JVM-container</code> supports JDK8 and JDK17 as well in CI, which
inherits <code>eclipse-temurin:8-jdk</code> and
<code>eclipse-temurin:17-jdk</code>.
+<p><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/containers/jvm-container">JVM-container</a>
uses <code>eclipse-temurin:8-jdk</code> as the base image.
<code>JVM-container</code> supports JDK8 and JDK17 as well in CI, which
inherits <code>eclipse-temurin:8-jdk</code> and
<code>eclipse-temurin:17-jdk</code>.
It is supported to custom the base Java docker image by specify
<code>base_image_java</code>.
The test case project must be packaged as <code>project-name.zip</code>,
including <code>startup.sh</code> and uber jar, by using <code>mvn clean
package</code>.</p>
<p>Take the following test projects as examples:</p>
<ul>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/sofarpc-scenario">sofarpc-scenario</a>
is a single project case.</li>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/webflux-scenario">webflux-scenario</a>
is a case including multiple projects.</li>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/jdk17-with-gson-scenario">jdk17-with-gson-scenario</a>
is a single project case with JDK17.</li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/sofarpc-scenario">sofarpc-scenario</a>
is a single project case.</li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/webflux-scenario">webflux-scenario</a>
is a case including multiple projects.</li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/jdk17-with-gson-scenario">jdk17-with-gson-scenario</a>
is a single project case with JDK17.</li>
</ul>
<h3 id="tomcat-container-image-introduction">Tomcat-container Image
Introduction</h3>
-<p><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/containers/tomcat-container">Tomcat-container</a>
uses <code>tomcat:8.5-jdk8-openjdk</code>,
<code>tomcat:8.5-jdk17-openjdk</code> as the base image.
+<p><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/containers/tomcat-container">Tomcat-container</a>
uses <code>tomcat:8.5-jdk8-openjdk</code>,
<code>tomcat:8.5-jdk17-openjdk</code> as the base image.
It is supported to custom the base Tomcat docker image by specify
<code>base_image_tomcat</code>.
The test case project must be packaged as <code>project-name.war</code> by
using <code>mvn package</code>.</p>
<p>Take the following test project as an example</p>
<ul>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/spring-4.3.x-scenario">spring-4.3.x-scenario</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/spring-4.3.x-scenario">spring-4.3.x-scenario</a></li>
</ul>
<h2 id="test-project-hierarchical-structure">Test project hierarchical
structure</h2>
<p>The test case is an independent maven project, and it must be packaged as a
war tar ball or zip file, depending on the chosen base image. Also, two
external accessible endpoints usually two URLs) are required.</p>
@@ -1038,10 +1038,10 @@ as the version number, which will be changed in the
test for each version.</p>
</blockquote>
<p><strong>Take the following test cases as examples:</strong></p>
<ul>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/dubbo-2.7.x-scenario/configuration.yml">dubbo-2.7.x
with JVM-container</a></li>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/jetty-scenario/configuration.yml">jetty
with JVM-container</a></li>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/gateway-2.1.x-scenario/configuration.yml">gateway
with runningMode</a></li>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/canal-scenario/configuration.yml">canal
with docker-compose</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/dubbo-2.7.x-scenario/configuration.yml">dubbo-2.7.x
with JVM-container</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/jetty-scenario/configuration.yml">jetty
with JVM-container</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/gateway-2.1.x-scenario/configuration.yml">gateway
with runningMode</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/canal-scenario/configuration.yml">canal
with docker-compose</a></li>
</ul>
<h3 id="expecteddatayaml">expectedData.yaml</h3>
<p><strong>Operator for number</strong></p>
@@ -1490,8 +1490,8 @@ java -jar <span style="color:#d14">${</span><span
style="color:#008080">agent_op
</blockquote>
<p><strong>Take the following test cases as examples</strong></p>
<ul>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/undertow-scenario/bin/startup.sh">undertow</a></li>
-<li><a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/test/plugin/scenarios/webflux-scenario/webflux-dist/bin/startup.sh">webflux</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/undertow-scenario/bin/startup.sh">undertow</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/test/plugin/scenarios/webflux-scenario/webflux-dist/bin/startup.sh">webflux</a></li>
</ul>
<h2 id="best-practices">Best Practices</h2>
<h3 id="how-to-use-the-archetype-to-create-a-test-case-project">How To Use The
Archetype To Create A Test Case Project</h3>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/readme/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/readme/index.html
index 8424a226aef..7e77dfd78c9 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/readme/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/readme/index.html
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/setting-override/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/setting-override/index.html
index 68160eed6fc..2312371e483 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/setting-override/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/setting-override/index.html
@@ -786,7 +786,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/specified-agent-config/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/specified-agent-config/index.html
index bd7c9156db8..e41b5e247ca 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/specified-agent-config/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/specified-agent-config/index.html
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/supported-list/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/supported-list/index.html
index ae47298a25f..fa69f849777 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/supported-list/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/supported-list/index.html
@@ -38,7 +38,7 @@
<meta itemprop="description" content="Tracing and Tracing based Metrics
Analyze Plugins The following plugins provide the distributed tracing
capability, and the OAP backend would analyze the topology and metrics based on
the tracing data.
HTTP Server Tomcat 7 Tomcat 8 Tomcat 9 Tomcat 10 Spring Boot Web 4.x Spring
MVC 3.x, 4.x 5.x with servlet 3.x Spring MVC 6.x (Optional²) Nutz Web Framework
1.x Struts2 MVC 2.3.x -> 2.5.x Resin 3 (Optional¹) Resin 4 (Optional¹) Jetty
Server 9.">
-<meta itemprop="wordCount" content="667">
+<meta itemprop="wordCount" content="668">
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
@@ -905,7 +905,7 @@ metrics based on the tracing data.</p>
</li>
<li>MQ
<ul>
-<li><a href="https://github.com/apache/rocketmq">RocketMQ</a> 4.x</li>
+<li><a href="https://github.com/apache/rocketmq">RocketMQ</a> 3.x-> 5.x</li>
<li><a href="http://kafka.apache.org">Kafka</a> 0.11.0.0 -> 3.2.3</li>
<li><a href="https://github.com/spring-projects/spring-kafka">Spring-Kafka</a>
Spring Kafka Consumer 1.3.x -> 2.3.x (2.0.x and 2.1.x not tested and not
recommended by <a href="https://spring.io/projects/spring-kafka">the official
document</a>)</li>
<li><a href="https://github.com/apache/activemq">ActiveMQ</a> 5.10.0 ->
5.15.4</li>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/tls/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/tls/index.html
index 2edebd83836..1ba3498426b 100644
--- a/docs/skywalking-java/next/en/setup/service-agent/java-agent/tls/index.html
+++ b/docs/skywalking-java/next/en/setup/service-agent/java-agent/tls/index.html
@@ -780,7 +780,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
@@ -835,7 +835,7 @@ at the same time, the SkyWalking backend is in another
region (VPC).</p>
<h2 id="creating-ssltls-certificates">Creating SSL/TLS Certificates</h2>
<p>The first step is to generate certificates and key files for encrypting
communication. This is
fairly straightforward: use <code>openssl</code> from the command line.</p>
-<p>Use this <a
href="https://github.com/apache/skywalking-java/tree/5002da5a130ad6e3bd0f889ce865aa2cd1a472f2/tools/TLS/tls_key_generate.sh">script</a>
if you are not familiar with how to generate key files.</p>
+<p>Use this <a
href="https://github.com/apache/skywalking-java/tree/6621f82739340bbaaac2338cb06ccbe3d38513a5/tools/TLS/tls_key_generate.sh">script</a>
if you are not familiar with how to generate key files.</p>
<p>We need the following files:</p>
<ul>
<li><code>client.pem</code>: A private RSA key to sign and authenticate the
public key. It’s either a PKCS#8(PEM) or PKCS#1(DER).</li>
diff --git
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/token-auth/index.html
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/token-auth/index.html
index 93b5a9fcebe..fbbd6a5d684 100644
---
a/docs/skywalking-java/next/en/setup/service-agent/java-agent/token-auth/index.html
+++
b/docs/skywalking-java/next/en/setup/service-agent/java-agent/token-auth/index.html
@@ -783,7 +783,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git a/docs/skywalking-java/next/readme/index.html
b/docs/skywalking-java/next/readme/index.html
index e352ea2b643..572253a8199 100644
--- a/docs/skywalking-java/next/readme/index.html
+++ b/docs/skywalking-java/next/readme/index.html
@@ -777,7 +777,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 5002da5</div>
+ <div class="commit-id">Commit Id: 6621f82</div>
diff --git a/index.html b/index.html
index 97c590c51d0..9658152e255 100644
--- a/index.html
+++ b/index.html
@@ -222,7 +222,7 @@ if (!doNotTrack) {
<div class="container pt-64">
<a class="community-box" href="/team">
<span class="community mr-10">COMMUNITY</span>
- <span class="mr-10">SkyWalking has received contributions from <em
class="count">784</em> individuals now.</span>
+ <span class="mr-10">SkyWalking has received contributions from <em
class="count">785</em> individuals now.</span>
<i class="iconfont icon-arrow-right pull-right"></i>
</a>
diff --git a/index.json b/index.json
index 8d04b5942f3..b3ecee3c275 100644
--- a/index.json
+++ b/index.json
@@ -1 +1 @@
-[{"body":"","excerpt":"","ref":"/tags/agent/","title":"Agent"},{"body":"","excerpt":"","ref":"/tags/golang/","title":"Golang"},{"body":"","excerpt":"","ref":"/tags/","title":"Tags"},{"body":"","excerpt":"","ref":"/tags/tracing/","title":"Tracing"},{"body":"本文演示如何将
Dubbo-Go 应用程序与 SkyWalking Go 集成,并在 SkyWalking UI 中查看结果。\n以前,如果你想要在 SkyWalking
中监控 Golang 应用程序,需要将项目与 go2sky 项目集成,并手动编写各种带有 go2sky 插件的框架。现在,我们有一个全新的项目(
Skywalking Go ),允许你将 Golang 项目集成到 SkyWalking 中,几乎不需要编码,同时提供更大的灵活性和可扩展性。\n在本文
[...]
\ No newline at end of file
+[{"body":"","excerpt":"","ref":"/tags/agent/","title":"Agent"},{"body":"","excerpt":"","ref":"/tags/golang/","title":"Golang"},{"body":"","excerpt":"","ref":"/tags/","title":"Tags"},{"body":"","excerpt":"","ref":"/tags/tracing/","title":"Tracing"},{"body":"本文演示如何将
Dubbo-Go 应用程序与 SkyWalking Go 集成,并在 SkyWalking UI 中查看结果。\n以前,如果你想要在 SkyWalking
中监控 Golang 应用程序,需要将项目与 go2sky 项目集成,并手动编写各种带有 go2sky 插件的框架。现在,我们有一个全新的项目(
Skywalking Go ),允许你将 Golang 项目集成到 SkyWalking 中,几乎不需要编码,同时提供更大的灵活性和可扩展性。\n在本文
[...]
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
index 0145c8732b0..ac03258578a 100644
--- a/team/index.html
+++ b/team/index.html
@@ -566,7 +566,7 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
<div class="pt-4">
<h2>
Contributors
- <span class="total">784</span>
+ <span class="total">785</span>
</h2>
<div class="contributors-wrapper">
@@ -6774,7 +6774,7 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
</span>
</div>
<div>
- <span class="total">454</span>
+ <span class="total">455</span>
<i class="iconfont icon-arrow-right"></i>
</div>
</div>
@@ -10848,6 +10848,16 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
+ <li class="mb-2 mr-2">
+
+ <a class="link" href="https://github.com/weihubeats"
target="_blank">
+ <i class="fab fa-github"></i>
+ weihubeats
+ </a>
+ </li>
+
+
+
<li class="mb-2 mr-2">
<a class="link" href="https://github.com/wenjianzhang"
target="_blank">
@@ -10989,12 +10999,11 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
<li class="mb-2 mr-2">
- <a class="link" href="https://github.com/a198720" target="_blank">
- <i class="fab fa-github"></i>
- a198720
+ <a>
+ <i class="fas fa-envelope"></i>
+ 1903636211**
</a>
- </li>
-
+
<li class="mb-2 mr-2">
@@ -11868,7 +11877,7 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
</span>
</div>
<div>
- <span class="total">4</span>
+ <span class="total">5</span>
<i class="iconfont icon-arrow-right"></i>
</div>
</div>
@@ -11897,6 +11906,16 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
+ <li class="mb-2 mr-2">
+
+ <a class="link" href="https://github.com/jiekun" target="_blank">
+ <i class="fab fa-github"></i>
+ jiekun
+ </a>
+ </li>
+
+
+
<li class="mb-2 mr-2">
<a class="link" href="https://github.com/ethan256" target="_blank">
@@ -13843,9 +13862,9 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
<li class="mb-2 mr-2">
- <a class="link" href="https://github.com/peng-yongsheng"
target="_blank">
+ <a class="link" href="https://github.com/wankai123"
target="_blank">
<i class="fab fa-github"></i>
- peng-yongsheng
+ wankai123
</a>
</li>
@@ -13853,9 +13872,9 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
<li class="mb-2 mr-2">
- <a class="link" href="https://github.com/wankai123"
target="_blank">
+ <a class="link" href="https://github.com/peng-yongsheng"
target="_blank">
<i class="fab fa-github"></i>
- wankai123
+ peng-yongsheng
</a>
</li>