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

InfluxDB 2.x C# Client

Results 43 influxdb-client-csharp issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/influxdata/influxdb-client-python/issues/490 ## Proposed Changes Append `task option` at the end of script. It allows create task with following Flux: ``` procTotal = from(bucket: "example-bucket") |> range(start: -5m) |>...

__Proposal:__ It would be quite useful to get rid of System.Drawing.Common dependency. __Current behavior:__ My project uses the latest at the moment InfluxDB.Client 4.4.0. When I publish the project, the...

enhancement

Closes #89 ## Proposed Changes _Briefly describe your proposed changes:_ ## Checklist - [ ] CHANGELOG.md updated - [x] Rebased/mergeable - [x] `dotnet test` completes successfully - [x] Commit messages...

Hi, We are having an application that crashes with an OutOfMemory exception. We are having trouble when writing data to Influx with the "WritePoint" method. We are writing ~2000 datapoints...

bug
enhancement

I am trying to get the client db api to run in a blazor app and am getting a platform not supported error, are you planning to allow the library...

enhancement
help wanted

I tried to upload many records via WriteAPI. When I try to send to many records (10000-100000) they are doesn't be received all. When I try to split to 1000...

bug

It was totally not clear where to look for errors. I've seen a lot of questions in internet asking the same thing. Having EventHandler in README will give this understanding...

documentation

Currently, the queries have to be built manually in a string. It would be great to have a fluent API to build a query. I know you guys are working...

enhancement
help wanted

__Steps to reproduce:__ 1. Create a WriteApi instance with either a FlushInterval, or occasionally flush manually 2. Write a few hundred thousand/million records using WriteApi.WriteRecord() __Expected behavior:__ Occasional flushing, especially...

Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.5.6 to 1.5.8. Changelog Sourced from WireMock.Net's changelog. 1.5.8 (16 October 2022) #816 - Some fixes to WireMock.Net.Assertions [feature] contributed by StefH #817 - ExactMatcher : IgnoreCase...

dependencies