InfluxDB.Client.Net icon indicating copy to clipboard operation
InfluxDB.Client.Net copied to clipboard

A C# client object model to help integrate with InfluxDB with CLI languages. Supports both .Net traditional and .Net Core.

Results 12 InfluxDB.Client.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I'm facing this error when trying to send an InfluxDB float field.. "only invariant culture is supported in invariant mode of globalization" In a quick google I found this link...

This is more of a design decision question.. I see that if you have a field value of type `DateTime` it will be saved to Influx as a number (Epoch)....

Hi, first of all, thank you very much for creating this InfluxDB client and making it open-source. We are using it on an embedded system to communicate with an InfluxDB...

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

Is adding a DropRetentionPolicyAsync public method to InfluxDBClient in your roadmap?

Considering the folling cases when InfluxDb return | Sequence | sequence| | ---- | ---- | | 2 | 3 | This is valid and I put one in `Tag`...

Hi, recently you've made an update and closed my open issue about the most convinient way to count the entries. So, now it's possible to receive all detailed database structure...

enhancement

If I create a query like: await client.QueryMultiSeriesAsync ("_internal", "select field from measurement where something"); If "something" is generated from user input is there something in the library that can...

enhancement

Hi, Getting below error Intermittently, while sending data to Grafana Version used:- 0.25.0 System.AggregateException: One or more errors occurred. ---> AdysTech.InfluxDB.Client.Net.ServiceUnavailableException: InfluxDB service is not available ---> System.Net.Http.HttpRequestException: An error...