C# Class StatsdClient.MetricTypes.Metric

Datei anzeigen Open project: Kyle2123/statsd-csharp-client Class Usage Examples

Public Methods

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

Method Details

Aggregate() public method

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

Metric() public method

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