From 47443dfb88db820f369117bde95ec5735c1b4b0c Mon Sep 17 00:00:00 2001 From: Brian Avery Date: Tue, 19 Feb 2019 09:31:27 -0500 Subject: [PATCH] The wording in step 3 (individual workloads view) is odd. (#3273) * The wording in step 3 (individual workloads view) is odd. In step 3 (individual workloads view), workloads is plural, which it shouldn't be, and the sentences starting with "Also, gives", are worded oddly. * Updated text as per review comments --- content/docs/tasks/telemetry/using-istio-dashboard/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/tasks/telemetry/using-istio-dashboard/index.md b/content/docs/tasks/telemetry/using-istio-dashboard/index.md index 72acdca1cc..b0ea524e34 100644 --- a/content/docs/tasks/telemetry/using-istio-dashboard/index.md +++ b/content/docs/tasks/telemetry/using-istio-dashboard/index.md @@ -118,11 +118,11 @@ The Istio Dashboard consists of three main sections: 1. Individual Services View. This section provides metrics about requests and responses for each individual service within the mesh (HTTP/gRPC and TCP). - Also, give metrics about client and service workloads for this service. + This also provides metrics about client and service workloads for this service. 1. Individual Workloads View: This section provides metrics about requests and - responses for each individual workloads within the mesh (HTTP/gRPC and TCP). - Also, give metrics about inbound workloads and outbound services for this workload. + responses for each individual workload within the mesh (HTTP/gRPC and TCP). + This also provides metrics about inbound workloads and outbound services for this workload. For more on how to create, configure, and edit dashboards, please see the [Grafana documentation](https://docs.grafana.org/).