<PackageReference Include="Polly.Core" Version="8.0.0-alpha.7" />

ResilienceTelemetrySource

public sealed class ResilienceTelemetrySource
The source of resilience telemetry events.
public string BuilderInstanceName { get; }

Gets the builder instance name.

public string BuilderName { get; }

Gets the builder name.

Gets the builder properties.

public string StrategyName { get; }

Gets the strategy name.

public ResilienceTelemetrySource(string builderName, string builderInstanceName, ResilienceProperties builderProperties, string strategyName)

Initializes a new instance of the ResilienceTelemetrySource class.