Skip to content

Commit b6506ba

Browse files
authored
Merge pull request #376 from splunk/docker-k8s-workshop-add-sudo
add sudo to troubleshooting step
2 parents 6b332e1 + 42486b6 commit b6506ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/ninja-workshops/8-docker-k8s-otel/6-add-instrumentation-to-dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ If you don't see traces appear in Splunk Observability Cloud, here's how you can
238238
First, open the collector config file for editing:
239239
240240
``` bash
241-
vi /etc/otel/collector/agent_config.yaml
241+
sudo vi /etc/otel/collector/agent_config.yaml
242242
```
243243
244244
Next, add the debug exporter to the traces pipeline, which ensures the traces are written to the collector logs:

0 commit comments

Comments
 (0)