Class ResilienceTelemetrySource
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
stringThe pipeline name.
pipelineInstanceName
stringThe pipeline instance name.
strategyName
stringThe strategy name.
Properties
PipelineInstanceName
Gets the pipeline instance name.
public string? PipelineInstanceName { get; }
Property Value
PipelineName
Gets the pipeline name.
public string? PipelineName { get; }
Property Value
StrategyName
Gets the strategy name.
public string? StrategyName { get; }