Fix dead link in configuration-vocabulary.md (#13120)
This commit is contained in:
parent
e4c4a296e8
commit
c5bfd7447c
|
|
@ -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. | SW_STORAGE_MYSQL_QUERY_MAX_SIZE | 5000 |
|
||||
| - | - | maxSizeOfBatchSql | The maximum size of batch size of SQL execution | SW_STORAGE_MAX_SIZE_OF_BATCH_SQL | 2000 |
|
||||
| - | - | asyncBatchPersistentPoolSize | async flush data into database thread size | SW_STORAGE_ASYNC_BATCH_PERSISTENT_POOL_SIZE | 4 |
|
||||
| - | 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 | default | |
|
||||
| - | - | traceSamplingPolicySettingsFile | The sampling policy including `sampling rate` and `the threshold of trace segment latency` can be configured by the `traceSamplingPolicySettingsFile` file. | SW_TRACE_SAMPLING_POLICY_SETTINGS_FILE | `trace-sampling-policy-settings.yml` |
|
||||
| - | - | slowDBAccessThreshold | The slow database access threshold (in milliseconds). | SW_SLOW_DB_THRESHOLD | default:200,mongodb:100 |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue