mirror of https://github.com/istio/istio.io.git
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
This commit is contained in:
parent
828353b85b
commit
47443dfb88
|
|
@ -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/).
|
||||
|
|
|
|||
Loading…
Reference in New Issue