Skip to content

Commit 9ab5e87

Browse files
Add SSI Uninstall Steps to Agent Pages (DataDog#23210)
* added shortcode for linux ssi uninstall and updated linux pages * updated docker home page to include SSI uninstall instructions * update docker ssi uninstall * updated language * Update layouts/shortcodes/apm-ssi-uninstall-linux.md Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com> * Update _index.md --------- Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com>
1 parent 83503c7 commit 9ab5e87

File tree

8 files changed

+21
-0
lines changed

8 files changed

+21
-0
lines changed

content/en/agent/basic_agent_usage/amazonlinux.md

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ sudo userdel dd-agent \
166166
{{% /tab %}}
167167
{{< /tabs >}}
168168

169+
{{% apm-ssi-uninstall-linux %}}
170+
169171
## Troubleshooting
170172

171173
See the [Agent Troubleshooting documentation][2].

content/en/agent/basic_agent_usage/centos.md

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ sudo userdel dd-agent \
167167
{{% /tab %}}
168168
{{< /tabs >}}
169169

170+
{{% apm-ssi-uninstall-linux %}}
171+
170172
## Troubleshooting
171173

172174
See the [Agent Troubleshooting documentation][2].

content/en/agent/basic_agent_usage/deb.md

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ sudo apt-get --purge remove datadog-agent -y
148148
{{% /tab %}}
149149
{{< /tabs >}}
150150

151+
{{% apm-ssi-uninstall-linux %}}
152+
151153
## Troubleshooting
152154

153155
See the [Agent Troubleshooting documentation][3].

content/en/agent/basic_agent_usage/fedora.md

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ sudo userdel dd-agent \
151151
{{% /tab %}}
152152
{{< /tabs >}}
153153

154+
{{% apm-ssi-uninstall-linux %}}
155+
154156
## Troubleshooting
155157

156158
See the [Agent Troubleshooting documentation][2].

content/en/agent/basic_agent_usage/redhat.md

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ sudo userdel dd-agent \
174174
{{% /tab %}}
175175
{{< /tabs >}}
176176

177+
{{% apm-ssi-uninstall-linux %}}
178+
177179
## Troubleshooting
178180

179181
See the [Agent Troubleshooting documentation][2].

content/en/agent/basic_agent_usage/ubuntu.md

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ sudo apt-get --purge remove datadog-agent -y
143143
{{% /tab %}}
144144
{{< /tabs >}}
145145

146+
{{% apm-ssi-uninstall-linux %}}
146147

147148
## Troubleshooting
148149

content/en/containers/docker/_index.md

+5
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ Returns `CRITICAL` if the Agent is unable to connect to Datadog, otherwise retur
281281
**datadog.agent.check_status**: <br>
282282
Returns `CRITICAL` if an Agent check is unable to send metrics to Datadog, otherwise returns `OK`.
283283

284+
## Uninstall Single Step APM Instrumentation
285+
286+
If you installed the Datadog Docker Agent with Single Step APM Instrumentation, and you want to uninstall the Agent, you need to [run additional commands][33] to uninstall APM Instrumentation.
287+
284288
## Further Reading
285289

286290
{{< partial name="whats-next/whats-next.html" >}}
@@ -317,3 +321,4 @@ Returns `CRITICAL` if an Agent check is unable to send metrics to Datadog, other
317321
[30]: /agent/docker/data_collected/#metrics
318322
[31]: /integrations/network/#metrics
319323
[32]: /integrations/ntp/#metrics
324+
[33]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/?tab=docker#removing-apm-for-all-services-on-the-infrastructure
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Uninstall Single Step APM Instrumentation
2+
3+
If you installed the Agent with Single Step APM Instrumentation, you need to [run additional commands][1] to uninstall Single Step Instrumentation.
4+
5+
[1]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/?tab=linuxhostorvm#removing-apm-for-all-services-on-the-infrastructure

0 commit comments

Comments
 (0)