influxdata / influxdb-csharp

A .NET library for efficiently sending points to InfluxDB 1.x
Apache License 2.0
199 stars 60 forks source link

WriteAsync and Precision #62

Open nickbabcock opened 6 years ago

nickbabcock commented 6 years ago

Seems like an oversight that SendAsync supports a given precision (through a LineProtocolWriter) but WriteAsync assumes a precision of nanoseconds.

Related: #51