C# 클래스 KairosDbClient.Metric

a metric with a name, tags, and datapoints for pushing data into kairosdb
파일 보기 프로젝트 열기: syncromatics/KairosDbClientDotNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AddDataPoint() 공개 메소드

public AddDataPoint ( DataPoint dataPoint ) : Metric
dataPoint DataPoint
리턴 Metric

AddDataPoints() 공개 메소드

public AddDataPoints ( IEnumerable dataPoints ) : Metric
dataPoints IEnumerable
리턴 Metric

AddTag() 공개 메소드

public AddTag ( string name, string value ) : Metric
name string
value string
리턴 Metric

AddTags() 공개 메소드

public AddTags ( string>.IDictionary tags ) : Metric
tags string>.IDictionary
리턴 Metric

Metric() 공개 메소드

public Metric ( string name ) : System
name string
리턴 System

SetType() 공개 메소드

public SetType ( string type ) : Metric
type string
리턴 Metric