This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new c5bfd7447c Fix dead link in configuration-vocabulary.md (#13120)
c5bfd7447c is described below

commit c5bfd7447c63d7fa6d991507bfa9d348cecaf541
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Thu Mar 20 08:20:48 2025 +0800

    Fix dead link in configuration-vocabulary.md (#13120)
---
 docs/en/setup/backend/configuration-vocabulary.md | 2 +-
 test/e2e-v2/script/env                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/backend/configuration-vocabulary.md 
b/docs/en/setup/backend/configuration-vocabulary.md
index d46ce46de2..84ad184810 100644
--- a/docs/en/setup/backend/configuration-vocabulary.md
+++ b/docs/en/setup/backend/configuration-vocabulary.md
@@ -139,7 +139,7 @@ It divided into several modules, each of which has its own 
settings. The followi
 | -                       | -             | metadataQueryMaxSize               
                                                                                
                                                      | The maximum size of 
metadata per query.                                                             
                                                                                
                                                                                
                  [...]
 | -                       | -             | maxSizeOfBatchSql                  
                                                                                
                                                      | The maximum size of 
batch size of SQL execution                                                     
                                                                                
                                                                                
                  [...]
 | -                       | -             | asyncBatchPersistentPoolSize       
                                                                                
                                                      | async flush data into 
database thread size                                                            
                                                                                
                                                                                
                [...]
-| -                       | banyandb      | -                                  
                                                                                
                                                      | BanyanDB storage, since 
10.2.0, the [banyandb configuration](#banyanDB-configuration ) is separated to 
an independent configuration file: `bydb.yaml`.                                 
                                                                                
               [...]
+| -                       | banyandb      | -                                  
                                                                                
                                                      | BanyanDB storage, since 
10.2.0, the [banyandb configuration](#banyandb-configuration) is separated to 
an independent configuration file: `bydb.yaml`.                                 
                                                                                
                [...]
 | agent-analyzer          | default       | Agent Analyzer.                    
                                                                                
                                                      | SW_AGENT_ANALYZER       
                                                                                
                                                                                
                                                                                
              [...]
 | -                       | -             | traceSamplingPolicySettingsFile    
                                                                                
                                                      | The sampling policy 
including `sampling rate` and `the threshold of trace segment latency` can be 
configured by the `traceSamplingPolicySettingsFile` file.                       
                                                                                
                    [...]
 | -                       | -             | slowDBAccessThreshold              
                                                                                
                                                      | The slow database 
access threshold (in milliseconds).                                             
                                                                                
                                                                                
                    [...]
diff --git a/test/e2e-v2/script/env b/test/e2e-v2/script/env
index 0a63aec744..76f6c1dbfe 100644
--- a/test/e2e-v2/script/env
+++ b/test/e2e-v2/script/env
@@ -22,7 +22,7 @@ 
SW_AGENT_PYTHON_COMMIT=c76a6ec51a478ac91abb20ec8f22a99b8d4d6a58
 SW_AGENT_CLIENT_JS_COMMIT=af0565a67d382b683c1dbd94c379b7080db61449
 SW_AGENT_CLIENT_JS_TEST_COMMIT=4f1eb1dcdbde3ec4a38534bf01dded4ab5d2f016
 SW_KUBERNETES_COMMIT_SHA=6fe5e6f0d3b7686c6be0457733e825ee68cb9b35
-SW_ROVER_COMMIT=40d03c14d638339bf4aa6ec7376d421323de865a
+SW_ROVER_COMMIT=4c0cb8429a96f190ea30eac1807008d523c749c3
 SW_BANYANDB_COMMIT=f484391b33674fd5b6c6c1903056803818f5393a
 SW_AGENT_PHP_COMMIT=3192c553002707d344bd6774cfab5bc61f67a1d3
 SW_PREDICTOR_COMMIT=54a0197654a3781a6f73ce35146c712af297c994

Reply via email to