Skip to content

Commit b868d57

Browse files
committed
Rewording
1 parent bc191d1 commit b868d57

File tree

1 file changed

+4
-5
lines changed
  • content/en/ninja-workshops/10-advanced-otel/10-agent/1-2-fileexporter

1 file changed

+4
-5
lines changed

content/en/ninja-workshops/10-advanced-otel/10-agent/1-2-fileexporter/_index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The difference between the OpenTelemetry **debug exporter** and the **file expor
1818

1919
In summary, the **debug exporter** is great for real-time, in-development troubleshooting, while the **file exporter** is better suited for storing telemetry data locally for later use.
2020

21-
Find your `agent` terminal window, and stop the running collector by pressing `Ctrl-c`. Once it has stopped, open your `agent.yaml` and let's add and configure the `FileExporter`:
21+
Find your `agent` terminal window, and stop the running collector by pressing `Ctrl-C`. Once the `agent` has stopped, open the `agent.yaml` and configure the `FileExporter`:
2222

2323
{{% notice title="Exercise" style="green" icon="running" %}}
2424

@@ -44,15 +44,14 @@ Find your `agent` terminal window, and stop the running collector by pressing `C
4444

4545
{{% /notice %}}
4646

47-
### Validating your agent.yaml Configuration
47+
To verify that your updated `agent.yaml` file is correct, validate it using [**otelbin.io**](https://www.otelbin.io/).
4848

49-
To ensure your updated `agent.yaml` is correct, validate it using [**otelbin.io**](https://www.otelbin.io/).
50-
As an example, the `Traces:` section of your pipelines should look similar to this in **otelbin.io**:
49+
For reference, the `traces:` section of your pipelines should look similar to this:
5150

5251
![otelbin-a-1-2-w](../../images/agent-1-2-metrics.png?width=25vw)
5352

5453
{{% notice title="Tip" style="primary" icon="lightbulb" %}}
5554

56-
If **otelbin.io** flags a warning regarding the append entry in the exporter you added, check the validation target at the top of the screen. Ensure you’ve selected the Splunk OpenTelemetry Collector as the target.
55+
If **otelbin.io** shows a warning regarding the `append` key, check the validation target at the top of the page. Make sure the **Splunk OpenTelemetry Collector** is selected as the validation target.
5756

5857
{{% /notice %}}

0 commit comments

Comments
 (0)