Measurement

An InfluxDB measurement

struct Measurement {
string name
string[string] tags
InfluxValue[string] fields
long timestamp
}

Meta