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 20e5243cdad deploy: 68715c12d7f5f79f5d2a79346665176fd7f4f4f6
20e5243cdad is described below
commit 20e5243cdad8f38ccea801d762789692864b639f
Author: wu-sheng <[email protected]>
AuthorDate: Fri Jun 16 13:34:47 2023 +0000
deploy: 68715c12d7f5f79f5d2a79346665176fd7f4f4f6
---
.../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/plugin-configurations/index.html | 16 ++++++++-----
.../next/en/agent/support-plugins/index.html | 11 ++++++---
.../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 | 2 +-
.../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 | 2 +-
.../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 | 17 ++++++++++----
64 files changed, 124 insertions(+), 104 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 043ac56ece2..15f9539d198 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
@@ -463,7 +463,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -498,7 +498,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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 1ce4b124ac7..d13484852c7 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
@@ -460,7 +460,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</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 0b33617544d..354c65ee6f7 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
@@ -463,7 +463,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -496,7 +496,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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 0931930eec1..cbd7e52704e 100644
--- a/docs/skywalking-go/next/en/agent/performance-tests/index.html
+++ b/docs/skywalking-go/next/en/agent/performance-tests/index.html
@@ -466,7 +466,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -503,7 +503,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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/plugin-configurations/index.html
b/docs/skywalking-go/next/en/agent/plugin-configurations/index.html
index 0a1fe970181..0fee48a19ba 100644
--- a/docs/skywalking-go/next/en/agent/plugin-configurations/index.html
+++ b/docs/skywalking-go/next/en/agent/plugin-configurations/index.html
@@ -29,21 +29,21 @@
<meta name="theme-color" content="#ffffff">
<title>Plugin Configurations | Apache SkyWalking</title><meta
property="og:title" content="Plugin Configurations" />
-<meta property="og:description" content="Plugin Configurations key
environment key default value description http.server_collect_parameters
SW_AGENT_PLUGIN_CONFIG_HTTP_SERVER_COLLECT_PARAMETERS false Collect the
parameters of the HTTP request on the server side. mongo.collect_statement
SW_AGENT_PLUGIN_CONFIG_MONGO_COLLECT_STATEMENT false Collect the statement of
the MongoDB request. " />
+<meta property="og:description" content="Plugin Configurations key
environment key default value description http.server_collect_parameters
SW_AGENT_PLUGIN_CONFIG_HTTP_SERVER_COLLECT_PARAMETERS false Collect the
parameters of the HTTP request on the server side. mongo.collect_statement
SW_AGENT_PLUGIN_CONFIG_MONGO_COLLECT_STATEMENT false Collect the statement of
the MongoDB request. sql.collect_parameter
SW_AGENT_PLUGIN_CONFIG_SQL_COLLECT_PARAMETER false Collect the parameter [...]
<meta property="og:type" content="article" />
<meta property="og:url"
content="/docs/skywalking-go/next/en/agent/plugin-configurations/" />
<meta itemprop="name" content="Plugin Configurations">
-<meta itemprop="description" content="Plugin Configurations key environment
key default value description http.server_collect_parameters
SW_AGENT_PLUGIN_CONFIG_HTTP_SERVER_COLLECT_PARAMETERS false Collect the
parameters of the HTTP request on the server side. mongo.collect_statement
SW_AGENT_PLUGIN_CONFIG_MONGO_COLLECT_STATEMENT false Collect the statement of
the MongoDB request. ">
+<meta itemprop="description" content="Plugin Configurations key environment
key default value description http.server_collect_parameters
SW_AGENT_PLUGIN_CONFIG_HTTP_SERVER_COLLECT_PARAMETERS false Collect the
parameters of the HTTP request on the server side. mongo.collect_statement
SW_AGENT_PLUGIN_CONFIG_MONGO_COLLECT_STATEMENT false Collect the statement of
the MongoDB request. sql.collect_parameter
SW_AGENT_PLUGIN_CONFIG_SQL_COLLECT_PARAMETER false Collect the parameter of
[...]
-<meta itemprop="wordCount" content="32">
+<meta itemprop="wordCount" content="42">
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Plugin Configurations"/>
-<meta name="twitter:description" content="Plugin Configurations key
environment key default value description http.server_collect_parameters
SW_AGENT_PLUGIN_CONFIG_HTTP_SERVER_COLLECT_PARAMETERS false Collect the
parameters of the HTTP request on the server side. mongo.collect_statement
SW_AGENT_PLUGIN_CONFIG_MONGO_COLLECT_STATEMENT false Collect the statement of
the MongoDB request. "/>
+<meta name="twitter:description" content="Plugin Configurations key
environment key default value description http.server_collect_parameters
SW_AGENT_PLUGIN_CONFIG_HTTP_SERVER_COLLECT_PARAMETERS false Collect the
parameters of the HTTP request on the server side. mongo.collect_statement
SW_AGENT_PLUGIN_CONFIG_MONGO_COLLECT_STATEMENT false Collect the statement of
the MongoDB request. sql.collect_parameter
SW_AGENT_PLUGIN_CONFIG_SQL_COLLECT_PARAMETER false Collect the parameter [...]
<script type="application/javascript">
var doNotTrack = false;
@@ -457,7 +457,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -512,6 +512,12 @@ if (!doNotTrack) {
<td>false</td>
<td>Collect the statement of the MongoDB request.</td>
</tr>
+<tr>
+<td>sql.collect_parameter</td>
+<td>SW_AGENT_PLUGIN_CONFIG_SQL_COLLECT_PARAMETER</td>
+<td>false</td>
+<td>Collect the parameter of the SQL request.</td>
+</tr>
</tbody>
</table>
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 ac9bec1df6f..2009581f3ee 100644
--- a/docs/skywalking-go/next/en/agent/support-plugins/index.html
+++ b/docs/skywalking-go/next/en/agent/support-plugins/index.html
@@ -36,7 +36,7 @@
<meta itemprop="name" content="Supported Libraries">
<meta itemprop="description" content="Supported Libraries HTTP Server gin:
Gin tested v1.7.0 to v1.9.0. http: Native HTTP tested go v1.17 to go v1.20.
go-restfulv3: Go-Restful tested v3.7.1 to 3.10.2. HTTP Client http: Native
HTTP tested go v1.17 to go v1.20. RPC Frameworks dubbo: Dubbo tested v3.0.1
to v3.0.5. kratosv2: Kratos tested v2.3.1 to v2.6.2. microv4: Go-Micro tested
v4.6.0 to v4.10.2. Database Client gorm: GORM tested v1.">
-<meta itemprop="wordCount" content="80">
+<meta itemprop="wordCount" content="95">
@@ -457,7 +457,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -517,7 +517,12 @@ if (!doNotTrack) {
<li><a href="https://github.com/go-gorm/mysql">MySQL Driver</a></li>
</ul>
</li>
-<li><code>mongo</code>: <a
href="https://github.com/mongodb/mongo-go-driver">Mongo</a> tested v1.11.0 to
v1.11.7.</li>
+<li><code>mongo</code>: <a
href="https://github.com/mongodb/mongo-go-driver">Mongo</a> tested v1.11.1 to
v1.11.7.</li>
+<li><code>sql</code>: <a href="https://pkg.go.dev/database/sql">Native SQL</a>
tested go v1.17 to go v1.20.
+<ul>
+<li><a href="https://github.com/go-sql-driver/mysql">MySQL Driver</a> tested
v1.4.0 to v1.7.1.</li>
+</ul>
+</li>
</ul>
</li>
<li>Cache Client
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 fbf0a93f7f1..0cea1dbd04c 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
@@ -463,7 +463,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</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 6380cc9ff06..6ce9340215a 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
@@ -463,7 +463,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -513,7 +513,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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>
@@ -525,8 +525,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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>
@@ -609,7 +609,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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 bfed77b4508..48c4bcc3d2f 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
@@ -457,7 +457,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</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 ae30d12ec53..97051e5f26d 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
@@ -466,7 +466,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</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 2a2721483a2..af70eb91c5f 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
@@ -463,7 +463,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -505,7 +505,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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.
@@ -515,7 +515,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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>
@@ -817,7 +817,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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 9b6ec4bdae6..51898d12379 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
@@ -460,7 +460,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -497,8 +497,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/CHANGES.md">CHANGES.md</a>.</li>
-<li>Check the <a
href="https://github.com/apache/skywalking-go/tree/3c644899eafccc090ed47ea3f7a3f26cd8c05791/dist/LICENSE">dependency
licenses</a> including all dependencies.</li>
+<li>Update <a
href="https://github.com/apache/skywalking-go/tree/b75bbbd812bcb55c2a041b4d0afe167453babaef/CHANGES.md">CHANGES.md</a>.</li>
+<li>Check the <a
href="https://github.com/apache/skywalking-go/tree/b75bbbd812bcb55c2a041b4d0afe167453babaef/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 6f2eef849d6..acd286b76f9 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
@@ -460,7 +460,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</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 c68b9594a5b..2c879611664 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
@@ -463,7 +463,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
@@ -500,14 +500,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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>
@@ -562,12 +562,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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/.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/b75bbbd812bcb55c2a041b4d0afe167453babaef/.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/3c644899eafccc090ed47ea3f7a3f26cd8c05791/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/b75bbbd812bcb55c2a041b4d0afe167453babaef/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 b3d672e4f71..8b7333db765 100644
--- a/docs/skywalking-go/next/en/setup/gobuild/index.html
+++ b/docs/skywalking-go/next/en/setup/gobuild/index.html
@@ -469,7 +469,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
diff --git a/docs/skywalking-go/next/readme/index.html
b/docs/skywalking-go/next/readme/index.html
index 5fe3d17e3b5..57607ac30cf 100644
--- a/docs/skywalking-go/next/readme/index.html
+++ b/docs/skywalking-go/next/readme/index.html
@@ -463,7 +463,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 3c64489</div>
+ <div class="commit-id">Commit Id: b75bbbd</div>
diff --git a/docs/skywalking-java/next/en/contribution/compiling/index.html
b/docs/skywalking-java/next/en/contribution/compiling/index.html
index a3bbc5c44ca..3e3b389cbe6 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 c11fc7592b2..9bbd41b6dfa 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 a62bd498cfa..0f961753843 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</div>
diff --git a/docs/skywalking-java/next/en/faq/osgi/index.html
b/docs/skywalking-java/next/en/faq/osgi/index.html
index beec47e0f04..ca374e4eeef 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 b6793d71cdf..17697e3ce0e 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 ca893222667..c563aba2567 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 363ca6fca9b..ff94abb1307 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 20f83ee6882..9a50ce27228 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 39b9e18fcb3..79d99ab5a71 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 2f4385ce5a6..a032c67fcc0 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 d14a4a8f749..f409f48e34e 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 9a0715f5f1a..288080ac95e 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 cf1ea0cd19e..97dc3d61d92 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 0b76440370c..9279a3b6a47 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 d681a0ac60a..0c2cb09027a 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 7f87c97cfbd..48ef9f5db15 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 e5a397d5377..01aa4e05cac 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 56fa5202596..d8ee89bf8d8 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 498cb707271..bc173763833 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 6654192a543..503c826dfde 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 5af9a2dfc47..18ce5a37c6a 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 7a668f905de..09a01e399a6 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 b8e75dfcca2..296af834b4e 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 5251d8bf540..4500eafb0ec 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 d98d2f9c380..4f19c876b15 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 ee81b211e05..b2b4ed76470 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 919bd9f7468..c24cd00fd6f 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 3a9e9e1e84f..62e0b3199b4 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 fb327b74ae7..0dd68a0dfe6 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 2f5e96e3ced..cce7bf0033a 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 a564a8bf946..f86dd16b22f 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 70d4fe76e4c..576a1e8e954 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 6eb8034d150..1c81f1e6df0 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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/6621f82739340bbaaac2338cb06ccbe3d38513a5/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/35388ac062385815de57a900b2c9f0a3f1cb05ca/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 6026375bbf1..9820020c2b9 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 88e5ef371de..eb118243bbe 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 1b264b402c6..1f40df97bbc 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 3ecb9852e41..d5609a19cb2 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
@@ -771,7 +771,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</div>
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 ac4e93bc738..2175bea4dda 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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/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>.
+<p><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/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>
+<li><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/test/plugin/scenarios/sofarpc-scenario">sofarpc-scenario</a>
is a single project case.</li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/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.
+<p><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/6621f82739340bbaaac2338cb06ccbe3d38513a5/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/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/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>
+<li><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/35388ac062385815de57a900b2c9f0a3f1cb05ca/test/plugin/scenarios/jetty-scenario/configuration.yml">jetty
with JVM-container</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/35388ac062385815de57a900b2c9f0a3f1cb05ca/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/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>
+<li><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/test/plugin/scenarios/undertow-scenario/bin/startup.sh">undertow</a></li>
+<li><a
href="https://github.com/apache/skywalking-java/tree/35388ac062385815de57a900b2c9f0a3f1cb05ca/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 f866b27015e..446f2812565 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 94d23767024..ea747d6da23 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 04652686db1..7398c382b31 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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 26dde27fadf..dca1a429ee7 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
@@ -774,7 +774,7 @@ if (!doNotTrack) {
})()
</script>
- <div class="commit-id">Commit Id: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</div>
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 89e2eb965f4..062778f57b3 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</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/6621f82739340bbaaac2338cb06ccbe3d38513a5/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/35388ac062385815de57a900b2c9f0a3f1cb05ca/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 aec04ac2c8e..3fb2d58b350 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</div>
diff --git a/docs/skywalking-java/next/readme/index.html
b/docs/skywalking-java/next/readme/index.html
index d189b965596..169cf85f56a 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: 6621f82</div>
+ <div class="commit-id">Commit Id: 35388ac</div>
diff --git a/index.html b/index.html
index 8d1330ae354..3ca39705b8f 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">788</em> individuals now.</span>
+ <span class="mr-10">SkyWalking has received contributions from <em
class="count">789</em> individuals now.</span>
<i class="iconfont icon-arrow-right pull-right"></i>
</a>
diff --git a/index.json b/index.json
index 2ce1e667fc6..cd83f677758 100644
--- a/index.json
+++ b/index.json
@@ -1 +1 @@
-[{"body":"Celebrating 22k Stars! The Apache SkyWalking community is thrilled
to reach the milestone of 22k stars on GitHub! This showcases its popularity
and impact as an APM and observability tool.\nSince launching in 2016 to
provide an open source APM solution, SkyWalking has evolved into a full stack
observability platform with distributed tracing, metrics monitoring and
alerting. It\u0026rsquo;s seeing widespread adoption globally, especially in
Asia where APM needs are expanding rap [...]
\ No newline at end of file
+[{"body":"Celebrating 22k Stars! The Apache SkyWalking community is thrilled
to reach the milestone of 22k stars on GitHub! This showcases its popularity
and impact as an APM and observability tool.\nSince launching in 2016 to
provide an open source APM solution, SkyWalking has evolved into a full stack
observability platform with distributed tracing, metrics monitoring and
alerting. It\u0026rsquo;s seeing widespread adoption globally, especially in
Asia where APM needs are expanding rap [...]
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
index b70819326a5..600aae8eb4e 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">788</span>
+ <span class="total">789</span>
</h2>
<div class="contributors-wrapper">
@@ -6801,7 +6801,7 @@ The SkyWalking team is comprised of Members and
Contributors, and the growth has
</span>
</div>
<div>
- <span class="total">455</span>
+ <span class="total">456</span>
<i class="iconfont icon-arrow-right"></i>
</div>
</div>
@@ -11016,14 +11016,23 @@ 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/xiarixigua"
target="_blank">
+ <a class="link" href="https://github.com/xiaqi1210"
target="_blank">
<i class="fab fa-github"></i>
- xiarixigua
+ xiaqi1210
</a>
</li>
+ <li class="mb-2 mr-2">
+
+ <a>
+ <i class="fas fa-envelope"></i>
+ 1612202137**
+ </a>
+
+
+
<li class="mb-2 mr-2">
<a>