Tag: datadog
All the articles with the tag "datadog".
-
ServiceConnect with CDK builds Strong Service Affinity
Containers are a fantastic way to package up your application code and its dependencies. I'm on the record as a huge fan and probably write more production code in containers than I do with Lambda Fun
-
Open Telemetry and Lambda
Open Telemetry and Lambda are topics that I've spent a lot of brain cycles on over the past few weeks. Most of my work with these topics has been with Rust but I want to take a look at where my opinio
-
Monitoring SQS with Datadog
Event-Driven architecture paired with Serverless technologies are a powerful combo to build applications. But failure does happen and you should expect it to happen. Dealing with that failure is often
-
Building Serverless Applications with AWS – Observability
Building Serverless applications can feel a bit overwhelming when you are first getting started. Sure, Event-Driven Systems have been around for many years but this notion of using managed services to
-
Caching with Momento and Golang
Caching. Simple. Useful. This architectural topic applies to a serverless app as well as an app with servers. Some functions never need caching, and some benefit from it right as the first user traffi
-
Tracing HTTP Requests with Go and Datadog
HTTP request tracing in Go with Datadog wraps the standard HTTP client to generate spans with method and URL details in your flame graphs.
-
Observing Lambda with Datadog and Golang
Lambda observability with Datadog and Golang covers setting up structured JSON logging, distributed tracing with spans, and correlating them together.