Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Aug 26, 2024
1 parent d736ac9 commit 53280da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ slow_query:
resource_group: Resource Group
resource_group_tooltip: The resource group that the query belongs to
time_queued_by_rc: The total time queued by RC
time_queued_by_rc_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that t this is not a wall time)'
time_queued_by_rc_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that this is not a wall time)'

common:
status:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ statement:
avg_time_queued_by_rc_tooltip: The average time that the query waits in the resource control's queue (not a wall time)
max_time_queued_by_rc: Max RC Wait Time in Queue
max_time_queued_by_rc_tooltip: The maximum time that the query waits in the resource control's queue (not a wall time)
rc_wait_time_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that t this is not a wall time)'
rc_wait_time_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that this is not a wall time)'

0 comments on commit 53280da

Please sign in to comment.