influxdata / influxdb-csharp

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

Feature single point #61

Open cypressious opened 6 years ago

cypressious commented 6 years ago

Fixes #60

The commit is based on #55, so that one should be merged first.

cypressious commented 6 years ago

This could be made easier if we extended the IPointEmitter interface, but this would be a breaking change if I'm not mistaken.