Skip to content

Commit 5841629

Browse files
committed
defined structure for profiling workshop
1 parent d39d55a commit 5841629

File tree

6 files changed

+28
-1
lines changed

6 files changed

+28
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Enable CPU Profiling
3+
linkTitle: 5.2 Enable CPU Profiling
4+
weight: 2
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Find and Fix Application Slowness
3+
linkTitle: 5.3 Find and Fix Application Slowness
4+
weight: 3
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Enable Memory Profiling
3+
linkTitle: 5.4 Enable Memory Profiling
4+
weight: 4
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Find and Fix Memory Issues
3+
linkTitle: 5.5 Find and Fix Memory Issues
4+
weight: 5
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Find and Fix Database Issues
3+
linkTitle: 5.6 Find and Fix Database Issues
4+
weight: 6
5+
---

workshop/profiling/2-deploy-otel-collector.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ sed -i "s/{{environment}}/$ENVIRONMENT/" $MY_OTEL_VALUES_PATH
3737
# Install the otel collector
3838
helm install --set cloudProvider=" " --set distribution=" " \
3939
--set splunkObservability.accessToken="$ACCESS_TOKEN" \
40-
--set clusterName="$ENVIRONMENT" --set splunkObservability.realm="$REALM" \
40+
--set clusterName="$ENVIRONMENT" \
41+
--set splunkObservability.realm="$REALM" \
4142
--set gateway.enabled="false" \
43+
--set splunkObservability.profilingEnabled="true" \
4244
-f $MY_OTEL_VALUES_PATH \
4345
--generate-name splunk-otel-collector-chart/splunk-otel-collector
4446

0 commit comments

Comments
 (0)