ResilienceStrategyTelemetry
Resilience telemetry is used by individual resilience strategies to report some important events.
            
                
Reports an event that occurred in a resilience strategy.
            
public void Report<TArgs, TResult>(ResilienceEvent resilienceEvent, ResilienceContext context, Outcome<TResult> outcome, TArgs args)
Reports an event that occurred in a resilience strategy.
            
Sets the source of the telemetry on the provided exception.