Skip to content

Commit 0863643

Browse files
pankaj101Akimsauce
andauthored
Update docs/send-data/opentelemetry-collector/troubleshooting.md
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent ec61afe commit 0863643

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/send-data/opentelemetry-collector/troubleshooting.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,19 @@ To apply the new collector name after modifying the configuration:
297297
2. **Delete all files in the local credentials directory** (path differs by OS).
298298
3. **Start** the collector again.
299299

300-
---
301300

302301
#### Example commands
303-
##### Linux
302+
303+
<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">
304313
```bash
305314
sudo systemctl stop otelcol-sumo
306315
sudo rm /var/lib/otelcol-sumo/credentials/*

0 commit comments

Comments
 (0)