Skip to content

Commit a27b012

Browse files
committed
Updated terminal name
1 parent ff0d578 commit a27b012

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ draft: true
1111
**Send a Test Trace**:
1212

1313
1. Validate **Agent** and **Gateway** are still running.
14-
2. In the **Spans terminal** window, run the following command to send 5 spans and validate the output of the **Agent** and **Gateway** debug logs:
14+
2. In the **Loadgen terminal** window, run the following command to send 5 spans and validate the output of the **Agent** and **Gateway** debug logs:
1515

1616
{{% tabs %}}
1717
{{% tab title="Start the Load Generator" %}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft: true
88

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

11-
**Start the log load generator:** In the **Logs terminal** window, run the following command to start the `loadgen`:
11+
**Start the log load generator:** In the **Loadgen terminal** window, run the following command to start the `loadgen`:
1212

1313
```bash
1414
../loadgen -logs
@@ -29,7 +29,7 @@ Flags: 0
2929
LogRecord #1
3030
```
3131

32-
**Stop the `loadgen`**: In the **Logs terminal** window, stop the `loadgen` using `Ctrl-C`.
32+
**Stop the `loadgen`**: In the **Loadgen terminal** window, stop the `loadgen` using `Ctrl-C`.
3333

3434
**Verify the gateway**: Check if the **Gateway** has written a `./gateway-logs.out` file.
3535

content/en/conf/1-advanced-collector/2-building-resilience/2-2-test-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Next, we will configure our environment to be ready for testing the **File Stora
2020
../otelcol --config=agent.yaml
2121
```
2222

23-
**Send five test spans**: In the **Spans terminal** window navigate to the `[WORKSHOP]/4-resilience` directory and run:
23+
**Send five test spans**: In the **Loadgen terminal** window navigate to the `[WORKSHOP]/4-resilience` directory and run:
2424

2525
```bash { title="Start Load Generator" }
2626
../loadgen -count 5

content/en/conf/1-advanced-collector/2-building-resilience/2-3-failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To assess the **Agent's** resilience, we'll simulate a temporary **Gateway** out
2020
2025-01-28T13:24:32.785+0100 info [email protected]/service.go:309 Shutdown complete.
2121
```
2222

23-
**Send traces**: In the **Spans terminal** window send five more traces using the `loadgen`.
23+
**Send traces**: In the **Loadgen terminal** window send five more traces using the `loadgen`.
2424

2525
Notice that the agent’s retry mechanism is activated as it continuously attempts to resend the data. In the agent’s console output, you will see repeated messages similar to the following:
2626

content/en/conf/1-advanced-collector/3-dropping-spans/3-2-test-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To test your configuration, you'll need to generate some trace data that include
2020
../otelcol --config ./agent.yaml
2121
```
2222

23-
**Start the Loadgen**: In the **Spans terminal** window run the `loadgen` with the flag to also send `healthz` spans along with base spans:
23+
**Start the Loadgen**: In the **Loadgen terminal** window run the `loadgen` with the flag to also send `healthz` spans along with base spans:
2424

2525
```bash
2626
../loadgen -health -count 5

content/en/conf/1-advanced-collector/4-sensitive-data/4-2-test-delete-tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this exercise, we will **delete** the `user.account_password`, **update** the
2020
../otelcol --config=agent.yaml
2121
```
2222

23-
**Start the Load Generator**: In the **Spans terminal** window start the `loadgen`:
23+
**Start the Load Generator**: In the **Loadgen terminal** window start the `loadgen`:
2424

2525
```bash
2626
../loadgen -count 1

content/en/conf/1-advanced-collector/4-sensitive-data/4-3-test-redaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this exercise, we will **redact** the `user.visa` & `user.mastercard` **value
4242
../otelcol --config=agent.yaml
4343
```
4444

45-
**Start the Load Generator**: In the **Spans terminal** window start the `loadgen`:
45+
**Start the Load Generator**: In the **Loadgen terminal** window start the `loadgen`:
4646

4747
```bash
4848
../loadgen -count 1

content/en/conf/1-advanced-collector/5-transform-data/5-2-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weight: 2
1818
../otelcol --config=agent.yaml
1919
```
2020

21-
**Start the Load Generator**: Open the **Logs terminal** window and run the `loadgen`.
21+
**Start the Load Generator**: Open the **Loadgen terminal** window and run the `loadgen`.
2222

2323
> [!IMPORTANT]
2424
> To ensure the logs are structured in JSON format, include the `-json` flag when starting the script.

content/en/conf/1-advanced-collector/6-routing-data/6-3-test-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this section, we will test the `routing` rule configured for the **Gateway**.
2020
../otelcol --config agent.yaml
2121
```
2222

23-
**Send a Regular Span**: In the **Spans terminal** window send a regular span using the `loadgen`:
23+
**Send a Regular Span**: In the **Loadgen terminal** window send a regular span using the `loadgen`:
2424

2525
```bash
2626
../loadgen -count 1
@@ -32,7 +32,7 @@ Both the **Agent** and **Gateway** will display debug information. The gateway w
3232
If you check `gateway-traces-standard.out`, it will contain the `span` sent by `loadgen`. You will also see an empty `gateway-traces-security.out` file, as the routing configuration creates output files immediately, even if no matching spans have been processed yet.
3333
{{% /notice %}}
3434

35-
**Send a Security Span**: In the **Spans terminal** window send a security span using the `security` flag:
35+
**Send a Security Span**: In the **Loadgen terminal** window send a security span using the `security` flag:
3636

3737
```bash
3838
../loadgen -security -count 1

0 commit comments

Comments
 (0)