Durable Functions Monitor is an open-source UI for monitoring orchestrations. It provides visibility into running, completed, and failed workflows. Deployment Deploy as a sidecar Function App or embed in your existing app: Access the UI at /api/durable-functions-monitor. You can view instance history, rewind failed orchestrations, and purge completed instances.
Read more →Month: June 2022
AWS Lambda Powertools for .NET: Complete Observability Guide
Observability in serverless is challenging. Lambda functions execute in ephemeral environments, making traditional APM tools ineffective. AWS Lambda Powertools for .NET provides structured logging, distributed tracing, and custom metrics out of the box—implementing AWS Well-Architected best practices without boilerplate. This guide covers installation, configuration, and production patterns for each Powertools utility. The Observability Challenge in […]
Read more →