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

Inheritance: IStats
显示文件 Open project: hudl/Mjolnir Class Usage Examples

Public Methods

Method 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 method

public Elapsed ( string service, string state, System.TimeSpan elapsed ) : void
service string
state string
elapsed System.TimeSpan
return void

Event() public method

public Event ( string service, string state, long metric = null ) : void
service string
state string
metric long
return void

Gauge() public method

public Gauge ( string service, string state, long metric = null ) : void
service string
state string
metric long
return void

InternallyCountingStats() public method

public InternallyCountingStats ( ) : System
return System