Pavel Závora

Results 18 comments of Pavel Závora

Can you please share the TICKscript of your alert rule? Do you have other alert rules / tickscripts that work fine?

Please read https://github.com/influxdata/influxdb-client-js/blob/master/examples/writeAdvanced.mjs carefully, it explains a lot.

@jwrwst see [InfluxDB v2 client](https://github.com/influxdata/influxdb-client-java)

@BrentonPoke I restarted the tests, they now pass. I am not an expert in this library, I took a quick look at the new code while restarting the tests. It...

There is now influxdata/influxdb-client-js#178 PR that is using the existing *extern* property to supply query parameters. It would be definitely better to avoid AST dependencies (extern) in influxdb v2 clients,...

@bednar @rhajek https://gitlab.com/bonitoo-io/influxdata/-/blob/master/influxdb-clients/ClientLibrariesErrorHandling.md is not public, we should better find a public place for it. Any influxdata client github repository could also host the file. It is also not up...

The main limiting factor is IMHO the network speed and influxd write throughput (and write rate limit in the cloud). The current bottleneck is that `influx write` does not react...