# Datadog + Fargate

**URL:** https://community.convox.com/t/datadog-fargate/570
**Category:** Configuration
**Created:** [July 17, 2019, 4:45pm UTC](https://community.convox.com/t/datadog-fargate/570 "2019-07-17T16:45:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![idris](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.convox.com/idris/32/21_2.png) [@idris](https://community.convox.com/u/idris)
#### Post date: [July 17, 2019, 4:45pm UTC](https://community.convox.com/t/datadog-fargate/570/1 "2019-07-17T16:45:01Z")

</div>

I’m trying to enable FargateTimers=Yes, but I realized that will cause problems because the app will try to report to the Datadog agent, which is not running in Fargate.

Datadog has some instructions on how to setup the Datadog Agent in Fargate: [https://www.datadoghq.com/blog/monitor-aws-fargate/#deploying-the-datadog-agent-on-aws-fargate](https://www.datadoghq.com/blog/monitor-aws-fargate/#deploying-the-datadog-agent-on-aws-fargate)

@ddollar do you have any suggestions on how to make this happen in Convox?

---

<div class="post-metadata">

### Author: ![sam](https://avatars.discourse-cdn.com/v4/letter/s/5f9b8f/32.png) [@sam](https://community.convox.com/u/sam)
#### Post date: [September 26, 2019, 5:42am UTC](https://community.convox.com/t/datadog-fargate/570/2 "2019-09-26T05:42:03Z")

</div>

I’m also interested in enabling both DataDog and Fargate but it looks like this might not be currently possible based on what I saw reading [the DataDog documentation for Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/#installation). When running in Fargate, you have to run the agent as a second container in the same task definition which since Convox is generating the task definitions, would require Convox to implement support for.
