From 5f1f85125321790d06f77e673c9e4da6fa1aff7b Mon Sep 17 00:00:00 2001 From: "Eduardo J. Ortega U" <5791035+ejortegau@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:57:50 +0100 Subject: [PATCH] Fix typo Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com> --- .../user-guides/configuration-advanced/comment-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/17.0/user-guides/configuration-advanced/comment-directives.md b/content/en/docs/17.0/user-guides/configuration-advanced/comment-directives.md index f5e5b2c91..daad76c7a 100644 --- a/content/en/docs/17.0/user-guides/configuration-advanced/comment-directives.md +++ b/content/en/docs/17.0/user-guides/configuration-advanced/comment-directives.md @@ -93,7 +93,7 @@ Valid values are the same as for the planner flag - `v3` and `gen4`. ### Workload name (`WORKLOAD_NAME`) -Specifies the client applicaiton workload name. This does not affect query execution, but can be used to instrument +Specifies the client application workload name. This does not affect query execution, but can be used to instrument some `vttablet` metrics to include a label specifying the workload name. It can be useful if you are interested in getting insights about how much of the work being done at the `vttablet` level is being caused by each client application workload. For this to work, you must use `--enable-per-workload-table-metrics` at the `vttablet`, and pass