You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/conf/1-advanced-collector/prerequisites.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,21 @@ cd advanced-otel-workshop
23
23
24
24
We will refer to this directory as `[WORKSHOP]` for the remainder of the workshop.
25
25
26
+
{{% notice title="Remove any existing OpenTelemetry Collectors" style="warning" %}}
27
+
If you have completed the Splunk IM workshop, please ensure you have deleted the collector running in Kubernetes before continuing. This can be done by running the following command:
28
+
29
+
```bash
30
+
helm delete splunk-otel-collector
31
+
```
32
+
33
+
The EC2 instance in that case may also run some services that can interfere with this workshop , so run the following command to make sure they are stopped if present:
34
+
35
+
```bash
36
+
kubectl delete ~/workshop/apm/deployment.yaml
37
+
```
38
+
39
+
{{% /notice %}}
40
+
26
41
**Download workshop binaries**: Change into your `[WORKSHOP]` directory and download the OpenTelemetry Collector, Load Generator binaries and setup script:
0 commit comments