You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/ninja-workshops/10-advanced-otel/10-agent/1-2-fileexporter/_index.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The difference between the OpenTelemetry **debug exporter** and the **file expor
18
18
19
19
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.
20
20
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`:
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 Collectoras 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.
0 commit comments