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

- Fixes BadRequest response when writing a string field containing JSON with an escaped double quote.

We're lacking a shared GitHub account for authenticating builds (and a shared AppVeyor account for running them). Running them under my personal account's not really viable; I'll sort this out...

We're using https://github.com/benaadams/Ben.BlockingDetector to detect blocking calls inside our application. We get the following warning: _Blocking method has been invoked and blocked, this can lead to threadpool starvation. " at...

bug

I have just started working with the library passing points to a local instance. If I switch to an influx instance that requires auth, I simply don't find in the...

question

is there a way to use this client with the influxdb 2.0 alphas? i thought the v1 api is still there but it looks like something broke.

Is there a way to specialize a collector to a different database without passing the server information? I'd like for a library to write to the same server in a...

The http and udp clients cannot be disposed.

We use this library in a heavily multithreaded environment, and noticed that in heavy loads, this library introduces very serious lock contention issues in the IntervalBatcher class, which locks around...

Hi, I ran into an issue with the `MetricsCollector` and a short lived application. By default we use a batch interval of 5 seconds. My application runs for less than...

Small change that allows users to pass a custom HttpMessageHandler to InfluxDb method, allowing to bypass certificate check for self signed certificates on server. Usage: ``` var handler = new...