-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about Single Step Instrumentation version (#23099)
* 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
1 parent
fadf256
commit 99049af
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" | ||
``` |