From c37ddf4bdbce68b7aed4dda36d81cdefea692884 Mon Sep 17 00:00:00 2001 From: Brett Blue <84536271+brett0000FF@users.noreply.github.com> Date: Thu, 9 May 2024 14:29:44 -0600 Subject: [PATCH] Update content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md Co-authored-by: Heston Hoffman --- .../trace_collection/automatic_instrumentation/ssi-0-13-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md b/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md index 8dd74bd4b4a3d..9d0aa7096222f 100644 --- a/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md +++ b/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md @@ -8,6 +8,6 @@ The Agent installer script now installs version 0.13.1 of Single Step Instrument 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= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_ENV= bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)" ```