I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.
Security: whitelist outbound traffic to Datadog Endpoints
In some deployment environment, by default all outbound traffic is denied. Here is a list of datadog endpoints you can use to whitelist the traffic. So the Datadog Agent Sidecar is able to pipe the application Trace to Datadog.
AWS Firelens container functions as a Log Router. Update the highlighted parts with your own values, you can refer to Hardware Details for the cpu and memory configuration
This Datadog agent sidecar container is needed to pipe the traces collected by Datadog ddtrace to Datadog. Update the highlighted parts with your own values, here is a list of environment variables you can add to further fine tune the agent
DD_APM_IGNORE_RESOURCES takes in a list of resources, but I wasn't able to pass a list object to the key-value pair environment variable. Please let me know if you find a way around it 😃