C# Класс Metrics.NET.InfluxDB.InfluxDbRecord

Influx db record. See: https://influxdb.com/docs/v0.9/write_protocols/write_syntax.html
Показать файл Открыть проект

Открытые методы

Метод Описание
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