This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new bec9cc2716f [doc](audit_log) update audit_log about trace_id (#2375)
bec9cc2716f is described below
commit bec9cc2716f997910508085e98a323eaf9f07614
Author: zhangstar333 <[email protected]>
AuthorDate: Thu May 15 15:03:05 2025 +0800
[doc](audit_log) update audit_log about trace_id (#2375)
## Versions
https://github.com/apache/doris/pull/42262
this pr remove trace_id in audit_log
- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docs/admin-manual/system-tables/internal_schema/audit_log.md | 1 -
.../current/admin-manual/system-tables/internal_schema/audit_log.md | 1 -
.../version-2.1/admin-manual/system-tables/internal_schema/audit_log.md | 2 +-
.../version-3.0/admin-manual/system-tables/internal_schema/audit_log.md | 2 +-
.../version-2.1/admin-manual/system-tables/internal_schema/audit_log.md | 2 +-
.../version-3.0/admin-manual/system-tables/internal_schema/audit_log.md | 2 +-
6 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/docs/admin-manual/system-tables/internal_schema/audit_log.md
b/docs/admin-manual/system-tables/internal_schema/audit_log.md
index 47428a19e76..0f842b300cc 100644
--- a/docs/admin-manual/system-tables/internal_schema/audit_log.md
+++ b/docs/admin-manual/system-tables/internal_schema/audit_log.md
@@ -66,7 +66,6 @@ Store audit logs
| peak_memory_bytes | bigint | Peak memory usage of the Backend during
statement execution |
| workload_group | text | Workload Group used for statement
execution |
| compute_group | string | In storage and computation
decouped mode, the compute group used by the execution statement. Supported
since version 3.0.|
-| trace_id | string | Trace ID set when executing the
statement |
| stmt | text | Statement text
|
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/internal_schema/audit_log.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/internal_schema/audit_log.md
index 4c95a907b96..4955c83aa68 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/internal_schema/audit_log.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/system-tables/internal_schema/audit_log.md
@@ -66,7 +66,6 @@ under the License.
| peak_memory_bytes | bigint | 语句执行所占用的
Backend 内存的峰值 |
| workload_group | text | 语句执行所使用的
Workload Group |
| compute_group | string |
存算分离模式下,执行语句所使用的计算组。3.0 版本开始支持。|
-| trace_id | string | 执行语句时设置的 Trace ID |
| stmt | text | 语句文本
|
## 说明
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
index 4c95a907b96..4c4ecdfe3a3 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
@@ -66,7 +66,7 @@ under the License.
| peak_memory_bytes | bigint | 语句执行所占用的
Backend 内存的峰值 |
| workload_group | text | 语句执行所使用的
Workload Group |
| compute_group | string |
存算分离模式下,执行语句所使用的计算组。3.0 版本开始支持。|
-| trace_id | string | 执行语句时设置的 Trace ID |
+| trace_id | string | 执行语句时设置的 Trace ID。2.1.7 版本后被移除。 |
| stmt | text | 语句文本
|
## 说明
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
index 4c95a907b96..a20426b508c 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
@@ -66,7 +66,7 @@ under the License.
| peak_memory_bytes | bigint | 语句执行所占用的
Backend 内存的峰值 |
| workload_group | text | 语句执行所使用的
Workload Group |
| compute_group | string |
存算分离模式下,执行语句所使用的计算组。3.0 版本开始支持。|
-| trace_id | string | 执行语句时设置的 Trace ID |
+| trace_id | string | 执行语句时设置的 Trace ID。3.0.3 版本后被移除。 |
| stmt | text | 语句文本
|
## 说明
diff --git
a/versioned_docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
b/versioned_docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
index 47428a19e76..78314113116 100644
---
a/versioned_docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
+++
b/versioned_docs/version-2.1/admin-manual/system-tables/internal_schema/audit_log.md
@@ -66,7 +66,7 @@ Store audit logs
| peak_memory_bytes | bigint | Peak memory usage of the Backend during
statement execution |
| workload_group | text | Workload Group used for statement
execution |
| compute_group | string | In storage and computation
decouped mode, the compute group used by the execution statement. Supported
since version 3.0.|
-| trace_id | string | Trace ID set when executing the
statement |
+| trace_id | string | Trace ID set when executing the
statement. Removed since version 2.1.7 |
| stmt | text | Statement text
|
diff --git
a/versioned_docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
b/versioned_docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
index 47428a19e76..beabd3c0a41 100644
---
a/versioned_docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
+++
b/versioned_docs/version-3.0/admin-manual/system-tables/internal_schema/audit_log.md
@@ -66,7 +66,7 @@ Store audit logs
| peak_memory_bytes | bigint | Peak memory usage of the Backend during
statement execution |
| workload_group | text | Workload Group used for statement
execution |
| compute_group | string | In storage and computation
decouped mode, the compute group used by the execution statement. Supported
since version 3.0.|
-| trace_id | string | Trace ID set when executing the
statement |
+| trace_id | string | Trace ID set when executing the
statement. Removed since version 3.0.3 |
| stmt | text | Statement text
|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]