Skip to content

Commit 6686488

Browse files
committed
Fixed broken links
1 parent defa77c commit 6686488

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/en/other/2-apm/online-boutique/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: Verify the Online Boutique application is deployed into Kubernetes
1919

2020
This workshop module assumes you are completing this after you have run the IM workshop, and still have access to your EC2 instance.
2121

22-
If this is the case, continue with [**Deploy Online Boutique**](#2-deploy-online-boutique), otherwise, if you have received a fresh instance, please run the first two (2) sections of [**Deploy the OTel Collector**](../../imt/gdi/) to get the system ready for the APM workshop, then continue with the next section.
22+
If this is the case, continue with [**Deploy Online Boutique**](#2-deploy-online-boutique), otherwise, if you have received a fresh instance, please run the first two (2) sections of [**Deploy the OTel Collector**](../../1-imt/gdi/) to get the system ready for the APM workshop, then continue with the next section.
2323

2424
## 2. Deploy Online Boutique
2525

content/en/other/9-rum/9-alerting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ weight: 9
1111

1212
## 1. Overview
1313

14-
The fact that Splunk's RUM is designed as a full fidelity solution, and thus can take 100% of your traces, allows it to detect and alert you to any change to the behavior of your website. It also give you the ability to to give you accurate insight in how your website is behaving by allowing you to creating custom Chart and Dashboards.
14+
The fact that Splunk's RUM is designed as a full-fidelity solution, and thus can take 100% of your traces, allows it to detect and alert you to any change to the behavior of your website. It also gives you the ability to give you accurate insight into how your website is behaving by allowing you to create custom Charts and Dashboards.
1515
This allows you to combine data from your Website, Backend service and underlying Infrastructure. Allowing you to observe the complete stack that makes up your application/solution.
1616

17-
Creating charts or alerts for RUM Metrics are done in the same way as we do for Infrastructure Metrics. In this section we will create a simple chart, detector and alert.
17+
Creating charts or alerts for RUM Metrics is done in the same way as we do for Infrastructure Metrics. In this section, we will create a simple chart, detector and alert.
1818

19-
If you previously done the Splunk IM Part of the Workshop, you will find this section very familiar. If you have not done the Splunk IM workshop before, it is recommended that you run though the [Dashboards](../../imt/dashboards/) and [Detectors](../../imt/detectors/) modules after completing the RUM workshop to get a better understanding of the capabilities.
19+
If you previously done the Splunk IM Part of the Workshop, you will find this section very familiar. If you have not done the Splunk IM workshop before, it is recommended that you run through the [Dashboards](../1-imt/dashboards/) and [Detectors](../1-imt/detectors/) modules after completing the RUM workshop to get a better understanding of the capabilities.
2020

2121
## 2. Create an alert on one of the RUM Metrics
2222

@@ -26,16 +26,16 @@ From the top left hamburger menu icon click **Alerts** in the menu and then sele
2626

2727
### 3.1 Overview
2828

29-
Creating charts or alerts for RUM Metrics are done in the same way as we do for Infrastructure Metrics.
29+
Creating charts or alerts for RUM Metrics is done in the same way as we do for Infrastructure Metrics.
3030
In this section we will create a simple chart, detector and alert
3131
If you previously done the Splunk IM Part of the Workshop, you will find this section very familiar.
3232

3333
![RUM-Cart2](../images/RUM-select-cart.png)
3434

35-
u have added to the trace as part of the configuration of your website.
35+
You have added to the trace as part of the configuration of your website.
3636

3737
{{% notice title="Additional Tags" style="info" %}}
38-
We are already sending two additional tags, you have seen them defined in the *Beacon url* that was added to your website in the first section of this workshop! You can add additional tag in a similar way.
38+
We are already sending two additional tags, you have seen them defined in the *Beacon URL* that was added to your website in the first section of this workshop! You can similarly add additional tags.
3939

4040
```javascript
4141
app: "[nodename]-store", environment: "[nodename]-workshop"

0 commit comments

Comments
 (0)