Skip to content

Commit dbea4c5

Browse files
committed
feedback
1 parent 9ccfbde commit dbea4c5

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

modules/ossm-observability-access.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
[id="ossm-observability-access-console_{context}"]
66
= Accessing the Kiali console
77

8-
To access the console, in the menu bar, click the *Application launcher* > *Kiali*.
8+
To see how observability works in {ProductName}, open the Kiali console.
99

10-
Select the project for your service in the *Namespace* field. Log in to the Kiali console with the same user name and password as you use to access the {product-title} console. If you have installed the Bookinfo example, select `bookinfo`.
10+
1. In the {product-title} menu bar, click the *Application launcher* > *Kiali*.
11+
12+
2. Log in to the Kiali console with the same user name and password as you use to access the {product-title} console.
13+
14+
3. Select the project for your service in the *Namespace* field. If you have installed the Bookinfo example, select `bookinfo`.
1115

1216
.Procedure from the command line
1317

@@ -17,6 +21,6 @@ Select the project for your service in the *Namespace* field. Log in to the Kial
1721
$ oc get routes
1822
----
1923
+
20-
In the output on the `kiali` line, use the URL in the HOST/PORT column to open the Kiali console. Select the project for your service in the *Namespace* field. Log in to the Kiali console with the same user name and password as you use to access the {product-title} console.
24+
In the output on the `kiali` line, use the URL in the HOST/PORT column to open the Kiali console. Log in to the Kiali console with the same user name and password as you use to access the {product-title} console. Select the project for your service in the *Namespace* field.
2125

2226
When you first log in, you see the Overview page which displays all the namespaces in your mesh that you have permission to view.

modules/ossm-observability-visual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The namespace graph is a map of the services, deployments and workflows in your
2121
+
2222
image:ossm-kiali-graph.png[Kiali graph]
2323

24-
If your application uses version tags, like the Bookinfo sample application, you can see a Version graph select a graph from the Graph Type drop down menu. There are several graphs to choose from:
24+
If your application uses version tags, like the Bookinfo sample application, you can see a Version graph. Select a graph from the Graph Type drop down menu. There are several graphs to choose from:
2525

2626
* The App graph shows an aggregate workload for all applications that are labeled the same.
2727

service_mesh/service_mesh_user_guide/ossm-observability.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ toc::[]
77

88
You can view your application's topology, health and metrics in the Kiali console. If your service is having issues, the Kiali console offers ways to visualize the data flow through your service. You can view insights about the mesh components at different levels, including abstract applications, services, and workloads. It also provides an interactive graph view of your namespace in real time.
99

10-
.Prerequisites
10+
You can observe the data flow through your application if you have one installed. If you don't have your own application installed, you can see how observability works in {ProductName} by installing the xref:../../service_mesh/service_mesh_day_two/ossm-example-bookinfo.html#ossm-tutorial-bookinfo-overview_ossm-bookinfo-tutorial[Bookinfo sample application].
1111

12-
* You can observe the data flow through an example application if you install the xref:../../service_mesh/service_mesh_day_two/ossm-example-bookinfo.html#ossm-tutorial-bookinfo-overview_ossm-bookinfo-tutorial[Bookinfo sample application].
13-
14-
To send traffic to the mesh, enter the following command a few times:
12+
After installing the Bookinfo sample application, send traffic to the mesh. Enter the following command a few times:
1513

1614
----
1715
$ curl http://$GATEWAY_URL/productpage
@@ -22,4 +20,3 @@ If your sample application is configured correctly, this command simulates a use
2220
include::modules/ossm-observability-access.adoc[leveloffset=+1]
2321

2422
include::modules/ossm-observability-visual.adoc[leveloffset=+1]
25-

0 commit comments

Comments
 (0)