R290
R290
### Relevant telegraf.conf ```toml Complete ``` ### Logs from Telegraf ```text 2022-08-03T17:48:40Z E! [telegraf] Error running agent: Error loading config file telegraf.conf: Error parsing data: line 1: invalid TOML syntax...
# Required for all PRs - [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) resolves #11559...
Related to https://github.com/influxdata/telegraf/issues/11559 and possibly related to https://github.com/gopcua/opcua/issues/597 and https://github.com/gopcua/opcua/issues/434. The errors below are generated using the slightly modified read example here https://github.com/R290/opcua/tree/autoreconnect/examples/read with the `docker-compose` in the same folder....
### Use Case My use case relies on a quick (order seconds) throughput from acquisition to writing to the database. The merge aggregator has a default window of 30 seconds...