Table of Contents

Class HystrixRequestEvents

Namespace
Steeltoe.CircuitBreaker.Hystrix.Metric
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
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>>