Skip to content

Commit d655eef

Browse files
committed
Add change all terminal windows
1 parent 1b27fd6 commit d655eef

File tree

7 files changed

+8
-2
lines changed

7 files changed

+8
-2
lines changed

content/en/ninja-workshops/10-advanced-otel/2-gateway/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ weight: 2
1010
- Next, copy all contents from the `1-agent` directory into `2-gateway`.
1111
- After copying, remove `agent.out`.
1212
- Create a file called `gateway.yaml` and add the following initial configuration:
13+
- Change **all** terminal windows to the `[WORKSHOP]/2-gateway` directory.
1314

1415
{{% tabs %}}
1516
{{% tab title="gateway.yaml" %}}

content/en/ninja-workshops/10-advanced-otel/3-filelog/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For this part of the workshop, there is script that will generate log lines in a
1717
- Navigate to the `[WORKSHOP]` directory and create a new subdirectory named `3-filelog`.
1818
- Next, copy all contents from the `2-gateway` directory into `3-filelog`.
1919
- After copying, remove any `*.out` and `*.log` files.
20+
- Change **all** terminal windows to the `[WORKSHOP]/3-filelog` directory.
2021

2122
Your updated directory structure will now look like this:
2223

content/en/ninja-workshops/10-advanced-otel/4-building-resilience/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For logs, there are plans to implement a more enterprise-ready solution in one o
2222
- Inside the `[WORKSHOP]` directory, create a new subdirectory named `4-resilience`.
2323
- Next, copy all contents from the `3-filelog` directory into `4-resilience`.
2424
- After copying, remove any `*.out` and `*.log` files.
25+
- Change **all** terminal windows to the `[WORKSHOP]/4-reslilience` directory.
2526

2627
Your updated directory structure will now look like this:
2728

content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Specifically, we will drop traces based on the span name, which is commonly used
1414
- Inside the `[WORKSHOP]` directory, create a new subdirectory named `5-dropping-spans`.
1515
- Next, copy all contents from the `4-resilience` directory into `5-dropping-spans`.
1616
- After copying, remove any `*.out` and `*.log` files.
17+
- Change **all** terminal windows to the `[WORKSHOP]/5-dropping-spans` directory.
1718

1819
Your updated directory structure will now look like this:
1920
Create a new subdirectory named `5-dropping-spans` and copy all contents from the `4-resilience` directory into it. Then, delete any `*.out` and `*.log` files. Your updated directory structure should now look like this:

content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We'll walk through configuring key processors in the OpenTelemetry Collector, in
1717
- Inside the `[WORKSHOP]` directory, create a new subdirectory named `6-sensitive-data`.
1818
- Next, copy all contents from the `5-dropping-spans` directory into `6-sensitive-data`.
1919
- After copying, remove any `*.out` and `*.log` files.
20-
- Make sure all terminal window are pointing to the `[WORKSHOP]/6-sensitive-data` folder.
20+
- Change **all** terminal windows to the `[WORKSHOP]/6-sensitive-data` directory.
2121

2222
Your updated directory structure will now look like this:
2323

content/en/ninja-workshops/10-advanced-otel/7-transform-data/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ Logs often contain structured data encoded as JSON within the log body. Extracti
3131
{{% notice title="Exercise" style="green" icon="running" %}}
3232

3333
- Inside the `[WORKSHOP]` directory, create a new subdirectory named `7-transform`.
34-
- Next, copy all contents from the `6-sensitve-data` directory into `7-routing`.
34+
- Next, copy all contents from the `6-sensitve-data` directory into `7-transform`.
3535
- After copying, remove any `*.out` and `*.log` files.
36+
- Change **all** terminal windows to the `[WORKSHOP]/7-transform` directory.
3637

3738
Your updated directory structure will now look like this:
3839

content/en/ninja-workshops/10-advanced-otel/8-routing-data/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For example, you might want to send *production* data to one exporter while dire
1414
- Inside the `[WORKSHOP]` directory, create a new subdirectory named `8-routing`.
1515
- Next, copy all contents from the `7-transform-data` directory into `8-routing`.
1616
- After copying, remove any `*.out` and `*.log` files.
17+
- Change **all** terminal windows to the `[WORKSHOP]/8-routing` directory.
1718

1819
Your updated directory structure will now look like this:
1920

0 commit comments

Comments
 (0)