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.

Home Page:https://aka.ms/eap/rwa/dotnet/doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Track transient exceptions and retries

RicardoNiepel opened this issue · comments

Feature Request:

  • Implement tracking of transient exceptions and retries if Azure SDK is used
  • Implement tracking of transient exceptions, retries and circuit breaker if Polly is used

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.

migrated to 1852563

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