We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec61afe commit 0863643Copy full SHA for 0863643
docs/send-data/opentelemetry-collector/troubleshooting.md
@@ -297,10 +297,19 @@ To apply the new collector name after modifying the configuration:
297
2. **Delete all files in the local credentials directory** (path differs by OS).
298
3. **Start** the collector again.
299
300
----
301
302
#### Example commands
303
-##### Linux
+
+<Tabs
304
+ className="unique-tabs"
305
+ defaultValue="Linux"
306
+ values={[
307
+ {label: 'Linux', value: 'Linux'},
308
+ {label: 'Windows', value: 'Windows'},
309
+ {label: 'macOS', value: 'macOS'}
310
+ ]}>
311
312
+<TabItem value="Linux">
313
```bash
314
sudo systemctl stop otelcol-sumo
315
sudo rm /var/lib/otelcol-sumo/credentials/*
0 commit comments