C# Class KairosDbClient.Metric

a metric with a name, tags, and datapoints for pushing data into kairosdb
Afficher le fichier Open project: syncromatics/KairosDbClientDotNet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddDataPoint ( DataPoint dataPoint ) : Metric
AddDataPoints ( IEnumerable dataPoints ) : Metric
AddTag ( string name, string value ) : Metric
AddTags ( string>.IDictionary tags ) : Metric
Metric ( string name ) : System
SetType ( string type ) : Metric

Method Details

AddDataPoint() public méthode

public AddDataPoint ( DataPoint dataPoint ) : Metric
dataPoint DataPoint
Résultat Metric

AddDataPoints() public méthode

public AddDataPoints ( IEnumerable dataPoints ) : Metric
dataPoints IEnumerable
Résultat Metric

AddTag() public méthode

public AddTag ( string name, string value ) : Metric
name string
value string
Résultat Metric

AddTags() public méthode

public AddTags ( string>.IDictionary tags ) : Metric
tags string>.IDictionary
Résultat Metric

Metric() public méthode

public Metric ( string name ) : System
name string
Résultat System

SetType() public méthode

public SetType ( string type ) : Metric
type string
Résultat Metric