Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description about telemetry of builtin functions usage #6028

Merged
merged 3 commits into from
Jul 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add description about functions usage telemetry
  • Loading branch information
leiysky committed Jul 23, 2021
commit 9fbd3f0e739c6949046db3dbf27655624a6d0040
1 change: 1 addition & 0 deletions telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
leiysky marked this conversation as resolved.
Show resolved Hide resolved

To view the full content of the usage information shared to PingCAP, execute the following SQL statement:

Expand Down