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

Cross-platform .NET library for InfluxDB distributed time-series database.

Results 23 InfluxDB.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 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

Saw the fix for open HttpClient connections - https://github.com/ziyasal/InfluxDB.Net/commit/2601dc22b546f0400ac949482171ec99fa3d4049 Since https://www.nuget.org/packages/InfluxDB.Net.Core/ is marked deprecated, are you planning to release a fixed version (1.0.47 - https://www.nuget.org/packages/InfluxDB.Net-Main/) as .net standard package too?...

I want to turn off the console output log,but i see this: https://github.com/ziyasal/InfluxDB.Net/blob/31cb4f873a47838c189acc699a0fff22cbca5b4e/InfluxDB.Net/InfluxDb.cs#L507 what should i do to close output log?

Since tags are always a string, Point.Tags might be a Dictionary instead of Dictionary.

Point is a class hosting other classes (i.e Dictionary) which is not exactly the best performer due to GC. A struct, or even better, a readonly struct might be a...

Hello: I established a wpf project and using nuget to import the dll (1.0.46)to the project.but I found that there is no response when I new a instance of InfluxDb,There...

Hi, We are using the library InfluxDB.Net Release 8.0.1 to read data from Influx DB hosted in the cloud. We have 1-minute interval data stored in the cloud database. We...