C# Class Hudl.Mjolnir.External.IgnoringMetricEvents

Inheritance: IMetricEvents
Afficher le fichier Open project: hudl/Mjolnir

Méthodes publiques

Méthode 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

Method Details

BreakerConfigGauge() public méthode

public BreakerConfigGauge ( string breakerName, long minimumOps, int thresholdPercent, long tripForMillis ) : void
breakerName string
minimumOps long
thresholdPercent int
tripForMillis long
Résultat void

BreakerFailureCount() public méthode

public BreakerFailureCount ( string breakerName, string commandName ) : void
breakerName string
commandName string
Résultat void

BreakerFixed() public méthode

public BreakerFixed ( string breakerName ) : void
breakerName string
Résultat void

BreakerSuccessCount() public méthode

public BreakerSuccessCount ( string breakerName, string commandName ) : void
breakerName string
commandName string
Résultat void

BreakerTripped() public méthode

public BreakerTripped ( string breakerName ) : void
breakerName string
Résultat void

BulkheadConfigGauge() public méthode

public BulkheadConfigGauge ( string bulkheadName, string bulkheadType, int maxConcurrent ) : void
bulkheadName string
bulkheadType string
maxConcurrent int
Résultat void

CommandInvoked() public méthode

public CommandInvoked ( string commandName, double invokeMillis, double executeMillis, string status, string failureMode ) : void
commandName string
invokeMillis double
executeMillis double
status string
failureMode string
Résultat void

EnterBulkhead() public méthode

public EnterBulkhead ( string bulkheadName, string commandName ) : void
bulkheadName string
commandName string
Résultat void

LeaveBulkhead() public méthode

public LeaveBulkhead ( string bulkheadName, string commandName ) : void
bulkheadName string
commandName string
Résultat void

RejectedByBreaker() public méthode

public RejectedByBreaker ( string breakerName, string commandName ) : void
breakerName string
commandName string
Résultat void

RejectedByBulkhead() public méthode

public RejectedByBulkhead ( string bulkheadName, string commandName ) : void
bulkheadName string
commandName string
Résultat void