Joshua Powers
Joshua Powers
> Looks like maybe the issue is due to the trailing newline. Line protocol is newline separated so you would need to escape it
Create Alerts (Checks, Notification Endpoint, Notification Rule) via influxdb-client-go in Influxdb2
hi @yockgen, Can you point to the API endpoint for alerts you are trying to use? There is support for [creating tasks](https://github.com/influxdata/influxdb-client-go/blob/dd6f6f1e6f55aeacc590a6b84d0ce92e95f5357e/api/examples_test.go#L454-L506).
Create Alerts (Checks, Notification Endpoint, Notification Rule) via influxdb-client-go in Influxdb2
@bednar does this library expose anything for the `/api/v2/checks` endpoint? Quick search doesn't seem to show it.
Hi @CLIN42, In the README there is an example of calling the errors function to capture write errors as they occur: ```go // Get errors channel errorsCh := writeAPI.Errors() //...
> I think it can be emphasised in the README that Errors() must be called sure do you want to put up a PR to add where it might be...
Hi, When sending data to InfluxDB, it needs to be in line protocol format. The point helper class essentially is a wrapper around that format. When querying data in InfluxDB...
@srebhan is this something you could look at and see what the next steps are?
> Please keep this open as it tracks an upstream bug... FYI use the "upstream" tag to make it clear it is waiting on something other than us or the...
next step: investigate design and implications
> I've added now rds performance support! Should I open a new PR or should we handle it here? We generally prefer smaller PRs with a narrow focus, so if...