We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Under moderately heavy load, the InfluxDB v1 backend falls behind and eventually starts dropping samples.
See https://discordapp.com/channels/914168414178779197/1207326913186762794 for the details
Once the storage falls behind by ~1m 40s, it starts dropping samples in batches, not making PUT requests to InfluxDB for them
zenohd v0.10.1-rc-1-g15b36a0f built with rustc 1.72.0 (5680fa18f 2023-08-23) InfluxDB 1.8.10
The text was updated successfully, but these errors were encountered:
The InfluxDB docs recommend sending data in batches for performance, so here's our solution
https://github.com/engineeredarts/zenoh-backend-influxdb/tree/TR-6326-zenoh-influxdb
put_batch_size
put_batch_timeout_ms
Let me know if you want a PR :)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Under moderately heavy load, the InfluxDB v1 backend falls behind and eventually starts dropping samples.
See https://discordapp.com/channels/914168414178779197/1207326913186762794 for the details
To reproduce
Once the storage falls behind by ~1m 40s, it starts dropping samples in batches, not making PUT requests to InfluxDB for them
System info
zenohd v0.10.1-rc-1-g15b36a0f built with rustc 1.72.0 (5680fa18f 2023-08-23)
InfluxDB 1.8.10
The text was updated successfully, but these errors were encountered: