From 272c4d6b3feef94888dc4d297a5afca96174768e Mon Sep 17 00:00:00 2001 From: rcastley Date: Fri, 27 Sep 2024 17:28:03 +0100 Subject: [PATCH] Formatting changes --- .../2-petclinic-kubernetes/8-rum/1-rum-tour.md | 4 +--- .../2-petclinic-kubernetes/8-rum/_index.md | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/1-rum-tour.md b/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/1-rum-tour.md index 0652fdbe8..67db9d3f8 100644 --- a/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/1-rum-tour.md +++ b/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/1-rum-tour.md @@ -4,8 +4,6 @@ linkTitle: 1. Verify RUM Data weight: 1 --- -Once RUM has been configured and you have added a visit for a pet, you can log in to **Splunk Observability Cloud** and verify that RUM traces are flowing in. - Lets start a quick high level tour into RUM by clicking **RUM** ![RUM](../../images/rum-icon.png?classes=inline&height=25px) in the left-hand menu. Then change the **Environment** filter **(1)** to the name of your workshop instance from the dropdown box, it will be **`-workshop`** **(1)** (where **`INSTANCE`** is the value from the shell script you ran earlier). Make sure it is the only one selected. Then change the **App** **(2)** dropdown box to the name of your app, it will be **`-store`** @@ -22,4 +20,4 @@ To continue, click on the blue link (with your workshop name) to get to the deta Normally you have only one line inside the first chart, Click on the link that relates to your Petclinic shop, http://198.19.249.62 in our example: -This will bring us to the Tag Spotlight page: +This will bring us to the Tag Spotlight page. diff --git a/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/_index.md b/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/_index.md index ed2914c48..26423631f 100644 --- a/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/_index.md +++ b/content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/_index.md @@ -3,6 +3,7 @@ title: Real User Monitoring linkTitle: 8. Real User Monitoring weight: 9 time: 10 minutes +archetype: chapter --- To enable Real User Monitoring (RUM) instrumentation for an application, you need to add the Open Telemetry Javascript [**https://github.com/signalfx/splunk-otel-js-web**](https://github.com/signalfx/splunk-otel-js-web) snippet to the code base.