Skip to content

Commit 82c1f86

Browse files
committed
Typos
1 parent a735bb9 commit 82c1f86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/s4r/3-quick-tour/6-infrastructure-home/2-infrastructure-home.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Using the Infrastructure pane, we can select the infrastructure/technology we ar
2424
* You will see one or more representations of a Kubernetes Cluster.
2525
* Even if there is only one visible, still filter & select the Workshop Cluster, by clicking on the {{% button style="gray" %}}Add filters{{% /button %}} button. Type `k8s.cluster.name` and search for the workshop name. This time the naming convention is **[NAME OF WORKSHOP]-k3s-cluster**. Click on {{% button style="blue" %}}Apply Filters{{% /button %}} when selected.
2626

27-
![cluster](../images/k8s-cluster.png)
27+
![cluster](../images/k8s-cluster.png)
2828

2929
* The Kubernetes Navigator uses color to indicate health. As you can see there two pods or services that are unhealthy and in a Failed state (**1**). The rest are healthy and running. This is not uncommon in shared Kubernetes environments, so we replicated that for the workshop.
3030
* Note the tiles to the side, under **Nodes dependencies** (**2**), specifically the MySQL and Redis tiles. These are the two databases used by our e-commerce application.
@@ -41,7 +41,7 @@ A good example of this is the Kubernetes Navigator showing you **Related Content
4141

4242
* Find and click on the **Redis** tile. This will take you to the list of the *Redis* Datastore services. Select the one running on your cluster, the naming convention is **redis-[NAME OF WORKSHOP]**.
4343

44-
![redis](../images/redis-2.png)
44+
![redis](../images/redis-2.png)
4545

4646
* This will bring you to the Redis Datastore Navigator. This navigator will show charts with metric data from the active *Redis* cluster from our e-commerce site.
4747
{{< tabs >}}

content/en/s4r/8-synthetics/1-synthetics-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ During our investigation in the RUM section, we found there was an issue with th
1212
* In the **Search** box enter **Workshop Browser Test** and select the test for your workshop (your instructor will advise as to which one to select).
1313
* Under **Performance KPIs** set the Time Picker to **-30m** and hit enter.
1414
* Click on **Location** and from the drop-down and select **Page**. The next filter will be populated with the pages that are part of the test.
15-
* Click on **Duration** and deselect **Duration** and then select **First byte time**.
15+
* Click on **Run Duration** and deselect **Run Duration** and then select **First byte time**.
1616
![Transaction Filter](../images/synthetics-transaction-filter.png)
1717
* Look at the legend and note the color of **First byte time - Page 4**.
1818
* Select the highest data point for **First byte time - Page 4**.

content/en/s4r/8-synthetics/3-synthetics-to-apm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We now should have a view similar to the one below.
1010
{{% notice title="Exercise" style="green" icon="running" %}}
1111

1212
* In the waterfall find an entry that starts with **POST checkout**.
13-
* Click on the **>** button in front of it to drop open the metadata section. Observe the metadata that is collected, and note the **Server-Timing**** header. This header is what allows us to correlate the test run to a back-end trace.
13+
* Click on the **>** button in front of it to drop open the metadata section. Observe the metadata that is collected, and note the **Server-Timing** header. This header is what allows us to correlate the test run to a back-end trace.
1414
* Click on the blue {{% icon icon="link" %}} **APM** link on the **POST checkout** line in the waterfall.
1515
{{% /notice %}}
1616

0 commit comments

Comments
 (0)