Table of Contents

Class HystrixRequestEvents

Namespace
Steeltoe.CircuitBreaker.Hystrix.Metric
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class HystrixRequestEvents
Inheritance
HystrixRequestEvents
Inherited Members

Constructors

HystrixRequestEvents(ICollection<IHystrixInvokableInfo>)

public HystrixRequestEvents(ICollection<IHystrixInvokableInfo> executions)

Parameters

executions ICollection<IHystrixInvokableInfo>

Properties

Executions

public ICollection<IHystrixInvokableInfo> Executions { get; }

Property Value

ICollection<IHystrixInvokableInfo>

ExecutionsMappedToLatencies

public IDictionary<ExecutionSignature, List<int>> ExecutionsMappedToLatencies { get; }

Property Value

IDictionary<ExecutionSignature, List<int>>