Skip to content

Commit

Permalink
Add note about Single Step Instrumentation version (#23099)
Browse files Browse the repository at this point in the history
* Add note to Linux host instructions.

* Code review

* Update content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md

Co-authored-by: Heston Hoffman <[email protected]>

---------

Co-authored-by: Heston Hoffman <[email protected]>
  • Loading branch information
brett0000FF and hestonhoffman authored May 9, 2024
1 parent fadf256 commit 99049af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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` :

```sh
DD_API_KEY=<YOUR_DD_API_KEY> DD_SITE="<YOUR_DD_SITE>" DD_APM_INSTRUMENTATION_ENABLED=host DD_ENV=<AGENT_ENV> bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"
```

0 comments on commit 99049af

Please sign in to comment.