C# Class Core.Telemetry.Orleans.MetricsNet.MetricNetTelemetryConsumer

Inheritance: IMetricTelemetryConsumer
显示文件 Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

Method Description
Close ( ) : void
DecrementMetric ( string name ) : void
DecrementMetric ( string name, double value ) : void
Flush ( ) : void
IncrementMetric ( string name ) : void
IncrementMetric ( string name, double value ) : void
TrackMetric ( string name, System.TimeSpan value, string>.IDictionary properties = null ) : void
TrackMetric ( string name, double value, string>.IDictionary properties = null ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DecrementMetric() public method

public DecrementMetric ( string name ) : void
name string
return void

DecrementMetric() public method

public DecrementMetric ( string name, double value ) : void
name string
value double
return void

Flush() public method

public Flush ( ) : void
return void

IncrementMetric() public method

public IncrementMetric ( string name ) : void
name string
return void

IncrementMetric() public method

public IncrementMetric ( string name, double value ) : void
name string
value double
return void

TrackMetric() public method

public TrackMetric ( string name, System.TimeSpan value, string>.IDictionary properties = null ) : void
name string
value System.TimeSpan
properties string>.IDictionary
return void

TrackMetric() public method

public TrackMetric ( string name, double value, string>.IDictionary properties = null ) : void
name string
value double
properties string>.IDictionary
return void