influxdb-csharp icon indicating copy to clipboard operation
influxdb-csharp copied to clipboard

A .NET library for efficiently sending points to InfluxDB 1.x

Results 30 influxdb-csharp issues
Sort by recently updated
recently updated
newest added

This fixes #74 by making the base class disposable.

How can be set programmatically the retention policy for a database created with LineProtocolClient? Can the retention policy be modfied later programmatically for an existing database?

Pretty simple report, if you use collector.example.com and you change that dns to point to another IP, the collector will not update until you cycle the app.

enhancement

Hi there, does anybody know whether this lib can be used with netstandard2.1?

Hi, would you consider signing the assemblies produced here, so that signed client code can consume them?

This issue arises when re-creating the LineProtocolClient a lot. `ERROR [24-07-2019 15:10:21]: System.Net.Http.HttpRequestException: Address already in use ---> System.Net.Sockets.SocketException: Address already in use at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)...

How to specify the existing retention policy name while writing into InfluxDb using influxdb-csharp?

question

The retention policy parameter has been added to allow writing to non-default retention policies.