Skip to content

Commit

Permalink
Workaround for the bug in the install script on empty /etc/environmen…
Browse files Browse the repository at this point in the history
…t files
  • Loading branch information
szegedi committed Jun 24, 2024
1 parent 71ad083 commit 7e34676
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- name: copy-tracer-debug-config
local_path: utils/build/virtual_machine/provisions/auto-inject/tracer_debug/debug_config.yaml
remote-command: |
printf "BOGUS=foo\n" | sudo tee -a /etc/environment
printf "DD_APM_RECEIVER_SOCKET=/opt/datadog/apm/inject/run/apm.socket\nDD_DOGSTATSD_SOCKET=/opt/datadog/apm/inject/run/dsd.socket\nDD_USE_DOGSTATSD=true\n" | sudo tee /var/run/datadog-installer/environment
DD_APM_INSTRUMENTATION_ENABLED=host DD_PROFILING_ENABLED=auto bash execute_install_script.sh
sudo mkdir -p /var/run/datadog-installer
Expand Down

0 comments on commit 7e34676

Please sign in to comment.