Skip to content

Commit

Permalink
Remove usage of datadog-apm-library-all meta package (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneideradam authored Nov 21, 2023
1 parent f53b1ab commit a2d6e8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/apm-inject-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
msg: The provided value for datadog_apm_instrumentation_enabled is not valid. Valid values are "all", "host" and "docker"
when: datadog_apm_instrumentation_enabled not in ["all", "host", "docker"]

- name: Default to list of packages rather than "all"
set_fact:
datadog_apm_instrumentation_languages: ["java", "js", "dotnet", "python", "ruby"]
when: datadog_apm_instrumentation_languages == ["all"]

- name: Check if docker daemon config dir exists
stat:
path: /etc/docker
Expand Down

0 comments on commit a2d6e8d

Please sign in to comment.