From 2c2bf22ef2b678f60c9b845923067f6308ff7c62 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:03:17 +0530 Subject: [PATCH 1/2] Update macos.md --- .../opentelemetry-collector/install-collector/macos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/send-data/opentelemetry-collector/install-collector/macos.md b/docs/send-data/opentelemetry-collector/install-collector/macos.md index 8985d7342c..2858a59241 100644 --- a/docs/send-data/opentelemetry-collector/install-collector/macos.md +++ b/docs/send-data/opentelemetry-collector/install-collector/macos.md @@ -270,7 +270,7 @@ For general Sumo Logic OTel Collector troubleshooting, refer to [Troubleshooting Here are some troubleshooting steps specific to macOS. -### Error `/Library/Application Support/otelcol-sumo/uninstall.sh: No such file or directory` when uninstalling collector +### uninstall.sh:No such file or directory error when uninstalling collector If you're trying to uninstall the collector on macOS, and you see an error similar to the following: @@ -302,14 +302,14 @@ Going to remove Otelcol binary, user, file storage and configurations. Uninstallation completed ``` -### Verify that the `launchd` daemon has been installed +### Verify that the 'launchd' daemon has been installed ```console $ sudo launchctl list | grep otelcol-sumo 54109 0 otelcol-sumo ``` -### Verify that the `launchd` daemon is running +### Verify that the 'launchd' daemon is running ```console $ sudo launchctl print system/otelcol-sumo From 151ff266bc07e0f684a71c8d6209c6c44d9c03f8 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:01:41 +0530 Subject: [PATCH 2/2] Update docs/send-data/opentelemetry-collector/install-collector/macos.md Co-authored-by: John Pipkin (Sumo Logic) --- .../opentelemetry-collector/install-collector/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/opentelemetry-collector/install-collector/macos.md b/docs/send-data/opentelemetry-collector/install-collector/macos.md index 2858a59241..1d1f551cdd 100644 --- a/docs/send-data/opentelemetry-collector/install-collector/macos.md +++ b/docs/send-data/opentelemetry-collector/install-collector/macos.md @@ -270,7 +270,7 @@ For general Sumo Logic OTel Collector troubleshooting, refer to [Troubleshooting Here are some troubleshooting steps specific to macOS. -### uninstall.sh:No such file or directory error when uninstalling collector +### uninstall.sh: No such file or directory error when uninstalling collector If you're trying to uninstall the collector on macOS, and you see an error similar to the following: