class InfluxDB::PointsWriter
- InfluxDB::PointsWriter
- Reference
- Object
Defined in:
influxdb/points_writer.crConstructors
Instance Method Summary
- #points : Array(InfluxDB::PointValue)
- #write(series : String, value : Value, tags = Tags.new, timestamp : Time | Nil = nil)
- #write(series : String, fields : Fields, tags = Tags.new, timestamp : Time | Nil = nil)