C# Class Hudl.Mjolnir.Tests.Breaker.InternallyCountingStats

Inheritance: IStats
Afficher le fichier Open project: hudl/Mjolnir Class Usage Examples

Méthodes publiques

Méthode Description
Elapsed ( string service, string state, System.TimeSpan elapsed ) : void
Event ( string service, string state, long metric = null ) : void
Gauge ( string service, string state, long metric = null ) : void
InternallyCountingStats ( ) : System

Method Details

Elapsed() public méthode

public Elapsed ( string service, string state, System.TimeSpan elapsed ) : void
service string
state string
elapsed System.TimeSpan
Résultat void

Event() public méthode

public Event ( string service, string state, long metric = null ) : void
service string
state string
metric long
Résultat void

Gauge() public méthode

public Gauge ( string service, string state, long metric = null ) : void
service string
state string
metric long
Résultat void

InternallyCountingStats() public méthode

public InternallyCountingStats ( ) : System
Résultat System