Skip to content

Commit 9db57cc

Browse files
committed
fix: uri
1 parent a535132 commit 9db57cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cn/guides/10-deploy/04-references/02-node-config/02-query-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import LanguageDocs from '@site/src/components/LanguageDocs';
9999
| ----------------- | --------------------------------------------------------------------------------------------------------------------- |
100100
| capture_log_level | 设置在执行过程中捕获跟踪的日志级别(DEBUG、TRACE、INFO、WARN 或 ERROR)。 |
101101
| on | 控制是否启用跟踪。默认值为 'false',表示禁用。设置为 'true' 以启用跟踪。 |
102-
| otlp_endpoint | 指定用于跟踪的 OpenTelemetry 协议 (OTLP) 端点。默认值为 'http://127.0.0.1:4317',但您可以将其替换为所需的 OTLP 端点。 |
102+
| otlp_endpoint | 指定用于跟踪的 OpenTelemetry 协议 (OTLP) 端点。默认值为 `http://127.0.0.1:4317`,但您可以将其替换为所需的 OTLP 端点。 |
103103

104104
## [meta] 部分
105105

docs/en/guides/10-deploy/04-references/02-node-config/02-query-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following is a list of the parameters available within the [log.tracing] sec
9999
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
100100
| capture_log_level | Sets the log level (DEBUG, TRACE, INFO, WARN, or ERROR) for capturing traces during execution. |
101101
| on | Controls whether tracing is enabled. Default value is 'false' for disabled. Set to 'true' to enable tracing. |
102-
| otlp_endpoint | Specifies the OpenTelemetry Protocol (OTLP) endpoint for tracing. Defaults to 'http://127.0.0.1:4317', but you can replace it with the desired OTLP endpoint. |
102+
| otlp_endpoint | Specifies the OpenTelemetry Protocol (OTLP) endpoint for tracing. Defaults to `http://127.0.0.1:4317`, but you can replace it with the desired OTLP endpoint. |
103103

104104
## [meta] Section
105105

0 commit comments

Comments
 (0)