Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
361 stars 115 forks source link

[Feature Request] Track transient exceptions and retries #287

Closed RicardoNiepel closed 1 year ago

RicardoNiepel commented 1 year ago

Feature Request:

Context According to the WAF Reliability Pillar transient exceptions, retries and circuit breakers should be monitored.

I cannot see how this is currently implemented with the Azure SDK built-in retries and with the usage of Polly.

KSchlobohm commented 1 year ago

migrated to 1852563

RicardoNiepel commented 11 months ago

@KSchlobohm @nishanil can you pls explain why it was closed/set to done? I cannot find the implementation for this.