Hi all, I'm running prefect jobs on an ECS task block with a docker worker-pool and I am trying to set up a datadog agent in the same task definition. However, when I run the job, the logs are not picked up by datadog. Has anyone succesfully integrated Prefect with datadog? Specifically while running on ECS?
I'm confused on how to get the tracer to trace the datadog process since the entry point in the task block is opaque.