influxdb-client-go
influxdb-client-go copied to clipboard
InfluxDB 2 Go Client
I would like to have an endpoint to validate that some Flux is, at least, syntactically correct. This would be great for users, because your go module shouldn't depend on...
Much like kubectl, aws and gcloud-cli, az-cli: env variables are the first source of credentials, but they all fall back to local credentials (using the current configured profile)
__Proposal:__ Add a feature allowing users of this client library to override the default `influxdb-client-go` User-Agent HTTP header. This would make it easier to understand which apps are making which...
### Specifications * Client Version: v2.10.0 * InfluxDB Version: v.24 * Platform: unbuntu22.04 ### Steps to reproduce 1.flux: flux1.flux `left = from(bucket: "alarm") |> range(start: -24h) |> filter(fn: (r) =>...
Is there any possibility to control rate of writes into InfluxDB? In Influx API documentation I see `rate-limit` option https://docs.influxdata.com/influxdb/v2.4/write-data/best-practices/optimize-writes/#rate-limiting but I cannot see how to use it in this...
### Specifications * Client Version: v2.12.4 * InfluxDB Version: v2.7.5 * Platform: Linux ### Steps to reproduce 1. Write a query with different tables 2. Try to scan them: ```go...
### Specifications * Client Version: 0.5.0 * InfluxDB Version: 3.0 Serverless * Apache Arrow Go Version: 13.0.0 ### Steps to reproduce 1. Run the code below, substituting in bucket credentials...
Closes #205 ## Proposed Changes This PR completes v3 implementation according to #205. Newly added: - Client.Write* functions - PointsWriter - MgmtAPI - Status functions Health(), Ready() and Ping() -...
Create Alerts (Checks, Notification Endpoint, Notification Rule) via influxdb-client-go in Influxdb2
### Specifications * Client Version: github.com/influxdata/influxdb-client-go/v2 v2.12.3 * InfluxDB Version: InfluxDB v2.3.0+SNAPSHOT.090f681737 * Platform: Linux ### Steps to reproduce Is it any way to create Alerts (Checks, Notification Endpoint, Notification...
### Specifications * Client Version: v2.12.3 * InfluxDB Version: influxDB Cloud * Platform:AKS ### Steps to reproduce We're getting error `influxdb2client E! point encoding error: no serializable fields` while sending...