Skip to content

Commit 5e1f74e

Browse files
committed
Change content order for directory struct #357
1 parent 75a26ec commit 5e1f74e

File tree

1 file changed

+8
-6
lines changed
  • content/en/ninja-workshops/3-opentelemetry-collector-workshops/2-advanced-collector/3-filelog

1 file changed

+8
-6
lines changed

content/en/ninja-workshops/3-opentelemetry-collector-workshops/2-advanced-collector/3-filelog/_index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ The **FileLog receiver** in the `agent` will read these log lines and send them
3737
> [!IMPORTANT]
3838
> **Change _ALL_ terminal windows to the `[WORKSHOP]/3-filelog` directory.**
3939
40-
```text { title="Updated Directory Structure" }
41-
.
42-
├── agent.yaml
43-
└── gateway.yaml
44-
```
45-
4640
Start the `loadgen` and this will begin writing lines to a file named `quotes.log`:
4741

4842
{{% tabs %}}
@@ -61,4 +55,12 @@ Writing logs to quotes.log. Press Ctrl+C to stop.
6155

6256
{{% /tab %}}
6357
{{% /tabs %}}
58+
59+
```text { title="Updated Directory Structure" }
60+
.
61+
├── agent.yaml
62+
├── gateway.yaml
63+
└── quotes.yaml
64+
```
65+
6466
{{% /notice %}}

0 commit comments

Comments
 (0)