<PackageReference Include="Polly.Core" Version="8.4.2" />

ResilienceTelemetrySource

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

Gets the pipeline instance name.

public string PipelineName { get; }

Gets the pipeline name.

public string StrategyName { get; }

Gets the strategy name.

public ResilienceTelemetrySource(string pipelineName, string pipelineInstanceName, string strategyName)

Initializes a new instance of the ResilienceTelemetrySource class.