From 05db1b82e450eeb7ca2e54e7b0b9eb43c1aa0501 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Thu, 27 Aug 2026 11:47:34 +0900 Subject: [PATCH] performance-tuning-overview: use Key Visualizer proper noun consistently The link text "traffic visualizer" pointed to the Key Visualizer feature page, but every other reference to this feature across the docs uses the established proper noun "Key Visualizer" (e.g. TOC.md, troubleshoot-hot-spot-issues.md, tidb-cloud/tune-performance.md). --- performance-tuning-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-tuning-overview.md b/performance-tuning-overview.md index 4332f9cc9b590..3a715aac3a9bd 100644 --- a/performance-tuning-overview.md +++ b/performance-tuning-overview.md @@ -83,7 +83,7 @@ To tune performance efficiently, you need to capture the current performance dat - Mean and long-tail values of user response time, and throughput of your application - Database performance data such as database time, query latency, and QPS - TiDB measures and stores performance data thoroughly in different dimensions, such as [slow query logs](/identify-slow-queries.md), [Top SQL](/dashboard/top-sql.md), [Continuous Performance Profiling](/dashboard/continuous-profiling.md), and [traffic visualizer](/dashboard/dashboard-key-visualizer.md). In addition, you can perform historical backtracking and comparison of the timing metrics data stored in Prometheus. + TiDB measures and stores performance data thoroughly in different dimensions, such as [slow query logs](/identify-slow-queries.md), [Top SQL](/dashboard/top-sql.md), [Continuous Performance Profiling](/dashboard/continuous-profiling.md), and [Key Visualizer](/dashboard/dashboard-key-visualizer.md). In addition, you can perform historical backtracking and comparison of the timing metrics data stored in Prometheus. - Resource utilization, including resources such as CPU, IO, and network - Configuration information, such as application configurations, database configurations, and operating system configurations