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

InfluxDB 2 Go Client

Results 32 influxdb-client-go issues
Sort by recently updated
recently updated
newest added

__Proposal:__ I'd like to have symmetry between writes and reads. When writing data into Infludb one would use a Point struct, with strict Tags, Fields, Measurement and Time values. When...

### Specifications * Client Version: v2.12.3 * InfluxDB Version: 2.6.1 * Platform: Ubuntu ### Steps to reproduce 1. Make Query() calls on the same queryAPI from 20+ goroutines, at the...

bug

### Specifications * Client Version: Telegraf 1.25.2 * InfluxDB Version: InfluxDB v2.6.1 * Platform: Debian 11 ### Steps to reproduce We are writing like this: ``` influxClient := influxdb2.NewClient(w.url, w.authString)...

bug

### Specifications * Client Version: v2.9.0 * InfluxDB Version: 1.8.9 * Platform: CentOS 7.9 ### Steps to reproduce This problem occurs occasionally. In my scenario, Points are generated periodically and...

bug

Hello, can someone tell me how to clear a bucket from its data without deleting the bucket? I tried to use the following command, but it needs the start/end time...

### Specifications * Client Version: v2.12.0 * InfluxDB Version: 2.4.0 * Platform: macOS ### Steps to reproduce ```go var Params = domain.GetChecksParams{OrgID: orgID} influxClient := influxdb2.NewClientWithOptions(url, token, influxdb2.DefaultOptions().SetUseGZip(true).SetLogLevel(2).SetApplicationName("Testing")) check, err...

bug

__Proposal:__ True support for concurrent writing. __Current behavior:__ The test result using inch tool is:70w pt/sec But using client can only reach 15w __Desired behavior:__ Concurrent writing can be configured...

circle-ci is using a [deprecated](https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/) image 'ubuntu-2004:202201-02'. ## Proposed Changes cimg/go is a Docker image created by CircleCI with continuous integration builds in mind. Each tag contains a complete Go...

## Proposed Changes UPDATE white spacing in example code to be consistent ## Checklist - [x] Rebased/mergeable - [x] Commit messages are in [semantic format](https://seesparkbox.com/foundry/semantic_commit_messages) - [x] Sign [CLA](https://www.influxdata.com/legal/cla/) (if...

### Specifications * Client Version: v2.13.0 * InfluxDB Version: v2.7.1 * Platform: x86 ### Steps to reproduce 1. Use this library to continuously write data to influxdb 2. kill influxdb...

bug