C# 클래스 Metrics.NET.InfluxDB.InfluxDbRecord

Influx db record. See: https://influxdb.com/docs/v0.9/write_protocols/write_syntax.html
파일 보기 프로젝트 열기: mnadel/metrics.net.influxdb

공개 메소드들

메소드 설명
StringifyValue ( object val ) : string

Return the value as an InfluxDB-parseable string. See: https://docs.influxdata.com/influxdb/v0.9/write_protocols/line/

비공개 메소드들

메소드 설명
BuildRecordPreamble ( string name, MetricTags tags, string>.Tuple moreTags = null ) : StringBuilder
Escape ( string v ) : string
GetAllTags ( MetricTags tags ) : string>>.IEnumerable
InfluxDbRecord ( ConfigOptions config ) : System.Text
InfluxDbRecord ( string name, IEnumerable columns, IEnumerable data, MetricTags tags, ConfigOptions config, string>.Tuple moreTags = null ) : System.Text
InfluxDbRecord ( string name, object data, MetricTags tags, ConfigOptions config, string>.Tuple moreTags = null ) : System.Text

메소드 상세

StringifyValue() 공개 정적인 메소드

Return the value as an InfluxDB-parseable string. See: https://docs.influxdata.com/influxdb/v0.9/write_protocols/line/
public static StringifyValue ( object val ) : string
val object InfluxDB value
리턴 string