Skip to content

Commit ff0d578

Browse files
committed
rework first section to be just 1.2 need some more love
1 parent 6b8a31a commit ff0d578

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

content/en/conf/1-advanced-collector/1-agent-gateway/1-1-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 1.1 Gateway Configuration
3-
linkTitle: 1.1 Gateway
2+
title: 1.1 Verify Gateway Configuration
3+
linkTitle: 1.1 Gateway Configuration
44
weight: 1
55
---
66

content/en/conf/1-advanced-collector/1-agent-gateway/1-2-send-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: 1.2 Send Metrics
2+
title: 1.2 Send Test Metrics
33
linkTitle: 1.2 Send Metrics
44
weight: 3
55
---
66

7-
Now, we can start the **Gateway** and the **Agent**, which will start sending **metrics**. Then we will send **traces** and generate **logs** to verify that all signals are properly routed through the **Agent** to the **Gateway**.
7+
Now, we can start the **Gateway** and the **Agent**, which is configured to automaticly send **Host Metrics** at startup. We do this to verify that data is properly routed from the **Agent** to the **Gateway**.
88

99
{{% notice title="Exercise" style="green" icon="running" %}}
1010

content/en/conf/1-advanced-collector/1-agent-gateway/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 1. Agent/Gateway Configuration
3-
linkTitle: 1. Agent/Gateway Configuration
2+
title: 1. Verify Agent Configuration
3+
linkTitle: 1. Agent Configuration
44

55

6-
time: 10 minutes
6+
time: 15 minutes
77
weight: 3
88
---
99
Welcome! In this section, we’ll begin with a fully functional OpenTelemetry setup that includes both an **Agent** and a **Gateway**.

content/en/conf/1-advanced-collector/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Advanced Collector Configuration
2+
title: Advanced OpenTelemetry Collector Workshop
33
description: Practice setting up the OpenTelemetry Collector configuration from scratch and go though several advanced configuration scenarios's.
44
weight: 2
55
archetype: chapter

content/en/conf/1-advanced-collector/prerequisites.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ time: 5 minutes
2424
```bash
2525
curl -L https://github.com/signalfx/splunk-otel-collector/releases/download/v{{< otel-version >}}/otelcol_linux_amd64 -o otelcol && \
2626
curl -L https://github.com/splunk/observability-workshop/raw/refs/heads/main/workshop/ninja/advanced-otel/loadgen/build/loadgen-linux-amd64 -o loadgen && \
27-
curl -L https://github.com/splunk/observability-workshop/raw/refs/heads/main/workshop/ninja/advanced-otel/setup-workshop.sh -o setup-workshop.sh
27+
curl -L https://github.com/splunk/observability-workshop/raw/refs/heads/main/workshop/ninja/advanced-otel/setup-workshop.sh -o setup-workshop.sh && \
28+
chmod +x setup-workshop.sh
2829
```
2930

3031
{{% /tab %}}
@@ -33,7 +34,8 @@ curl -L https://github.com/splunk/observability-workshop/raw/refs/heads/main/wor
3334
```bash
3435
curl -L https://github.com/signalfx/splunk-otel-collector/releases/download/v{{< otel-version >}}/otelcol_darwin_arm64 -o otelcol && \
3536
curl -L https://github.com/splunk/observability-workshop/raw/refs/heads/main/workshop/ninja/advanced-otel/loadgen/build/loadgen-darwin-arm64 -o loadgen && \
36-
curl -L https://github.com/splunk/observability-workshop/raw/refs/heads/main/workshop/ninja/advanced-otel/setup-workshop.sh -o setup-workshop.sh
37+
curl -L https://github.com/splunk/observability-workshop/raw/refs/heads/main/workshop/ninja/advanced-otel/setup-workshop.sh -o setup-workshop.sh && \
38+
chmod +x setup-workshop.sh
3739
```
3840

3941
<!--

0 commit comments

Comments
 (0)