Table of Contents

Class ResilienceTelemetrySource

Namespace
Polly.Telemetry
Assembly
Polly.Core.dll

The source of resilience telemetry events.

public sealed class ResilienceTelemetrySource
Inheritance
ResilienceTelemetrySource
Inherited Members

Remarks

This class is used by the telemetry infrastructure and should not be used directly by user code.

Constructors

ResilienceTelemetrySource(string?, string?, string?)

Initializes a new instance of the ResilienceTelemetrySource class.

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

Parameters

pipelineName string

The pipeline name.

pipelineInstanceName string

The pipeline instance name.

strategyName string

The strategy name.

Properties

PipelineInstanceName

Gets the pipeline instance name.

public string? PipelineInstanceName { get; }

Property Value

string

PipelineName

Gets the pipeline name.

public string? PipelineName { get; }

Property Value

string

StrategyName

Gets the strategy name.

public string? StrategyName { get; }

Property Value

string