C# Class StatsdClient.MetricTypes.Counting

Inheritance: Metric, IAllowsInteger, IAllowsSampleRate, IAllowsAggregate
Exibir arquivo Open project: Kyle2123/statsd-csharp-client Class Usage Examples

Public Methods

Method Description
Aggregate ( Metric otherMetric ) : void
Counting ( ) : System
Counting ( string name, double sampleRate = 1 ) : System

Method Details

Aggregate() public method

public Aggregate ( Metric otherMetric ) : void
otherMetric Metric
return void

Counting() public method

public Counting ( ) : System
return System

Counting() public method

public Counting ( string name, double sampleRate = 1 ) : System
name string
sampleRate double
return System