DataDog / ansible-datadog

Ansible role for Datadog Agent
Apache License 2.0
298 stars 222 forks source link

Was the "Agent on host, app in containers" possibility of injecting APM overlooked? #514

Closed maxiangelo closed 10 months ago

maxiangelo commented 11 months ago

As stated in the official documentation, it's a possibility to have the agent running on the host and inject the tracing library into containers.
As far as I can see from my tests, this is not yet covered with the host, container or all option of the datadog_apm_instrumentation_enabled variable of the Ansible script, right? :)

481

jonbodner commented 11 months ago

Question: does the all option work for agent on host, services in container? It should.

maxiangelo commented 10 months ago

Hey, yes, with all it worked.