diff --git a/content/en/ninja-workshops/10-advanced-otel/2-gateway/_index.md b/content/en/ninja-workshops/10-advanced-otel/2-gateway/_index.md index 20755d552..38b4880d1 100644 --- a/content/en/ninja-workshops/10-advanced-otel/2-gateway/_index.md +++ b/content/en/ninja-workshops/10-advanced-otel/2-gateway/_index.md @@ -10,6 +10,7 @@ weight: 2 - Next, copy all contents from the `1-agent` directory into `2-gateway`. - After copying, remove `agent.out`. - Create a file called `gateway.yaml` and add the following initial configuration: +- Change **all** terminal windows to the `[WORKSHOP]/2-gateway` directory. {{% tabs %}} {{% tab title="gateway.yaml" %}} diff --git a/content/en/ninja-workshops/10-advanced-otel/3-filelog/_index.md b/content/en/ninja-workshops/10-advanced-otel/3-filelog/_index.md index 90c816632..c95bfa373 100644 --- a/content/en/ninja-workshops/10-advanced-otel/3-filelog/_index.md +++ b/content/en/ninja-workshops/10-advanced-otel/3-filelog/_index.md @@ -17,6 +17,7 @@ For this part of the workshop, there is script that will generate log lines in a - Navigate to the `[WORKSHOP]` directory and create a new subdirectory named `3-filelog`. - Next, copy all contents from the `2-gateway` directory into `3-filelog`. - After copying, remove any `*.out` and `*.log` files. +- Change **all** terminal windows to the `[WORKSHOP]/3-filelog` directory. Your updated directory structure will now look like this: diff --git a/content/en/ninja-workshops/10-advanced-otel/4-building-resilience/_index.md b/content/en/ninja-workshops/10-advanced-otel/4-building-resilience/_index.md index 752200e06..6806ddf12 100644 --- a/content/en/ninja-workshops/10-advanced-otel/4-building-resilience/_index.md +++ b/content/en/ninja-workshops/10-advanced-otel/4-building-resilience/_index.md @@ -22,6 +22,7 @@ For logs, there are plans to implement a more enterprise-ready solution in one o - Inside the `[WORKSHOP]` directory, create a new subdirectory named `4-resilience`. - Next, copy all contents from the `3-filelog` directory into `4-resilience`. - After copying, remove any `*.out` and `*.log` files. +- Change **all** terminal windows to the `[WORKSHOP]/4-reslilience` directory. Your updated directory structure will now look like this: diff --git a/content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/_index.md b/content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/_index.md index 7dedf9900..69d3cc0c3 100644 --- a/content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/_index.md +++ b/content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/_index.md @@ -14,6 +14,7 @@ Specifically, we will drop traces based on the span name, which is commonly used - Inside the `[WORKSHOP]` directory, create a new subdirectory named `5-dropping-spans`. - Next, copy all contents from the `4-resilience` directory into `5-dropping-spans`. - After copying, remove any `*.out` and `*.log` files. +- Change **all** terminal windows to the `[WORKSHOP]/5-dropping-spans` directory. Your updated directory structure will now look like this: 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: diff --git a/content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/_index.md b/content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/_index.md index 8b446c3d7..c0bd8de83 100644 --- a/content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/_index.md +++ b/content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/_index.md @@ -17,7 +17,7 @@ We'll walk through configuring key processors in the OpenTelemetry Collector, in - Inside the `[WORKSHOP]` directory, create a new subdirectory named `6-sensitive-data`. - Next, copy all contents from the `5-dropping-spans` directory into `6-sensitive-data`. - After copying, remove any `*.out` and `*.log` files. -- Make sure all terminal window are pointing to the `[WORKSHOP]/6-sensitive-data` folder. +- Change **all** terminal windows to the `[WORKSHOP]/6-sensitive-data` directory. Your updated directory structure will now look like this: diff --git a/content/en/ninja-workshops/10-advanced-otel/7-transform-data/_index.md b/content/en/ninja-workshops/10-advanced-otel/7-transform-data/_index.md index 30216fce5..9d71df363 100644 --- a/content/en/ninja-workshops/10-advanced-otel/7-transform-data/_index.md +++ b/content/en/ninja-workshops/10-advanced-otel/7-transform-data/_index.md @@ -31,8 +31,9 @@ Logs often contain structured data encoded as JSON within the log body. Extracti {{% notice title="Exercise" style="green" icon="running" %}} - Inside the `[WORKSHOP]` directory, create a new subdirectory named `7-transform`. -- Next, copy all contents from the `6-sensitve-data` directory into `7-routing`. +- Next, copy all contents from the `6-sensitve-data` directory into `7-transform`. - After copying, remove any `*.out` and `*.log` files. +- Change **all** terminal windows to the `[WORKSHOP]/7-transform` directory. Your updated directory structure will now look like this: diff --git a/content/en/ninja-workshops/10-advanced-otel/8-routing-data/_index.md b/content/en/ninja-workshops/10-advanced-otel/8-routing-data/_index.md index 72c8476b4..9066c482c 100644 --- a/content/en/ninja-workshops/10-advanced-otel/8-routing-data/_index.md +++ b/content/en/ninja-workshops/10-advanced-otel/8-routing-data/_index.md @@ -14,6 +14,7 @@ For example, you might want to send *production* data to one exporter while dire - Inside the `[WORKSHOP]` directory, create a new subdirectory named `8-routing`. - Next, copy all contents from the `7-transform-data` directory into `8-routing`. - After copying, remove any `*.out` and `*.log` files. +- Change **all** terminal windows to the `[WORKSHOP]/8-routing` directory. Your updated directory structure will now look like this: