Method | Description | |
---|---|---|
BreakerConfigGauge ( string breakerName, long minimumOps, int thresholdPercent, long tripForMillis ) : void | ||
BreakerFailureCount ( string breakerName, string commandName ) : void | ||
BreakerFixed ( string breakerName ) : void | ||
BreakerSuccessCount ( string breakerName, string commandName ) : void | ||
BreakerTripped ( string breakerName ) : void | ||
BulkheadConfigGauge ( string bulkheadName, string bulkheadType, int maxConcurrent ) : void | ||
CommandInvoked ( string commandName, double invokeMillis, double executeMillis, string status, string failureMode ) : void | ||
EnterBulkhead ( string bulkheadName, string commandName ) : void | ||
LeaveBulkhead ( string bulkheadName, string commandName ) : void | ||
RejectedByBreaker ( string breakerName, string commandName ) : void | ||
RejectedByBulkhead ( string bulkheadName, string commandName ) : void |
public BreakerConfigGauge ( string breakerName, long minimumOps, int thresholdPercent, long tripForMillis ) : void | ||
breakerName | string | |
minimumOps | long | |
thresholdPercent | int | |
tripForMillis | long | |
return | void |
public BreakerFailureCount ( string breakerName, string commandName ) : void | ||
breakerName | string | |
commandName | string | |
return | void |
public BreakerFixed ( string breakerName ) : void | ||
breakerName | string | |
return | void |
public BreakerSuccessCount ( string breakerName, string commandName ) : void | ||
breakerName | string | |
commandName | string | |
return | void |
public BreakerTripped ( string breakerName ) : void | ||
breakerName | string | |
return | void |
public BulkheadConfigGauge ( string bulkheadName, string bulkheadType, int maxConcurrent ) : void | ||
bulkheadName | string | |
bulkheadType | string | |
maxConcurrent | int | |
return | void |
public CommandInvoked ( string commandName, double invokeMillis, double executeMillis, string status, string failureMode ) : void | ||
commandName | string | |
invokeMillis | double | |
executeMillis | double | |
status | string | |
failureMode | string | |
return | void |
public EnterBulkhead ( string bulkheadName, string commandName ) : void | ||
bulkheadName | string | |
commandName | string | |
return | void |
public LeaveBulkhead ( string bulkheadName, string commandName ) : void | ||
bulkheadName | string | |
commandName | string | |
return | void |
public RejectedByBreaker ( string breakerName, string commandName ) : void | ||
breakerName | string | |
commandName | string | |
return | void |
public RejectedByBulkhead ( string bulkheadName, string commandName ) : void | ||
bulkheadName | string | |
commandName | string | |
return | void |