Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about Single Step Instrumentation version #23099

Merged
merged 3 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The following examples show how it works for each deployment type.
{{< tabs >}}
{{% tab "Linux host or VM" %}}

<div class="alert alert-warning">If you've previously used Single Step Instrumentation with Linux hosts, <a href="/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1">update to the latest version</a>.</div>

For an Ubuntu host:

1. Run the one-line installation command:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Single Step Instrumentation v0.13.1
kind: documentation
private: true
---

The Agent installer script now installs version 0.13.1 of Single Step Instrumentation. Previous versions of Single Step Instrumentation created a temporary file without restricting read permissions. This file contains the environment variables specified when a process is launched. Single Step Instrumentation deletes the file automatically, although in rare circumstances this may not occur. The permissions on this file have been updated. If you find any files in the `/tmp` directory of your Linux hosts whose names start with `dd_process_info_` , we recommend deleting them.

Customers who use Single Step Instrumentation for Linux Hosts should update to the latest version of Single Step Instrumentation by running the Datadog installer script with the environment variable `DD_APM_INSTRUMENTATION_ENABLED=host` :

```
brett0000FF marked this conversation as resolved.
Show resolved Hide resolved
DD_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX DD_SITE="datadoghq.com" DD_APM_INSTRUMENTATION_ENABLED=host bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"
brett0000FF marked this conversation as resolved.
Show resolved Hide resolved
```
Loading