27 followers
Somebody who likes to code
Observability can be challenging in serverless architectures like AWS Lambda. Here is where tools like AWS CloudWatch and AWS X-Ray come in handy,...
Today, we will review one of the most common dotnet-monitor use cases: running as a side card in a Kubernetes cluster. We recommend having some...
In the article Diagnostic .NET Apps using dotnet-monitor, we explored the process of collecting diagnostic data on demand through a REST API. This...
In a previous article, we introduced dotnet-monitor, a tool designed to collect diagnostic data via a REST API. However, to ensure its suitability for...
In production environments, collecting diagnostics such as traces, logs, metrics, and dumps can be challenging. Typically, one must access the...
An AWS Lambda function that uses the .NET 6 runtime can run on two architectures: arm64 - 64-bit ARM architecture using AWS Graviton2...