Hello Team , i was setting up datadog for monitoring airbyte , we are facing similar issue highlighted in the discussion here.
https://discuss.airbyte.io/t/setup-datadog-monitoring/1270/6 ,
Issue :
• Worker metrics not available in datadog dashboard , Datadog runs as Host Agent
• Worker metrics are available in datadog dashboard , Datadog runs as Docker Agent
as per the discussion , it seems to change the worker network to 'host' ,
question :
• would there be any additional changes to do for the network of a container to change to host ? as all containers are communicating over bridge and running on single EC2 instance ?
• we would like to have DataDog running as Host Agent because of some advantages.