From 9fbd3f0e739c6949046db3dbf27655624a6d0040 Mon Sep 17 00:00:00 2001 From: leiysky Date: Fri, 23 Jul 2021 23:18:34 +0800 Subject: [PATCH 1/3] add description about functions usage telemetry --- telemetry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/telemetry.md b/telemetry.md index 727412ab49a32..34b5d1e3d5f68 100644 --- a/telemetry.md +++ b/telemetry.md @@ -24,6 +24,7 @@ When the telemetry collection feature is enabled in TiDB, the TiDB cluster colle - Deployment characteristics, such as the size of hardware (CPU, memory, disk), TiDB components versions, OS name. - The status of query requests in the system, such as the number of query requests and the duration. - Component usage, for example, whether the Async Commit feature is in use or not. +- Builtin functions usage information, including the count of functions used in SQL queries. To view the full content of the usage information shared to PingCAP, execute the following SQL statement: From f3feb8bdef8f964b5ff3239793301dd8710b6007 Mon Sep 17 00:00:00 2001 From: Yu Lei Date: Tue, 27 Jul 2021 17:44:24 +0800 Subject: [PATCH 2/3] Update telemetry.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Eeden --- telemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemetry.md b/telemetry.md index 34b5d1e3d5f68..db6456be33bea 100644 --- a/telemetry.md +++ b/telemetry.md @@ -24,7 +24,7 @@ When the telemetry collection feature is enabled in TiDB, the TiDB cluster colle - Deployment characteristics, such as the size of hardware (CPU, memory, disk), TiDB components versions, OS name. - The status of query requests in the system, such as the number of query requests and the duration. - Component usage, for example, whether the Async Commit feature is in use or not. -- Builtin functions usage information, including the count of functions used in SQL queries. +- Usage information of builtin functions, including per-function statistics on how often the functon gets called. The arguments to the functions are not included. To view the full content of the usage information shared to PingCAP, execute the following SQL statement: From 7c2ad6bc30e30cc194e2f5691433cb331ad00e86 Mon Sep 17 00:00:00 2001 From: Yu Lei Date: Fri, 30 Jul 2021 14:30:33 +0800 Subject: [PATCH 3/3] Update telemetry.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- telemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemetry.md b/telemetry.md index db6456be33bea..d067ffcd05953 100644 --- a/telemetry.md +++ b/telemetry.md @@ -24,7 +24,7 @@ When the telemetry collection feature is enabled in TiDB, the TiDB cluster colle - Deployment characteristics, such as the size of hardware (CPU, memory, disk), TiDB components versions, OS name. - The status of query requests in the system, such as the number of query requests and the duration. - Component usage, for example, whether the Async Commit feature is in use or not. -- Usage information of builtin functions, including per-function statistics on how often the functon gets called. The arguments to the functions are not included. +- The usage information of built-in functions, including per-function statistics on how often the function gets called. The arguments for the functions are not included. To view the full content of the usage information shared to PingCAP, execute the following SQL statement: