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
From: #12 (review)
At the moment, each data point is sent in a single request, right? So with lots of requests, the monitor will make lots of requests to InfluxDB.
This can be changed so that points are "batched" into a queue, and then a worker sends the queue to InfluxDB after P points, or after S seconds.
The text was updated successfully, but these errors were encountered:
haha the InfluxDB is very busy https://github.com/theplant/performance/blob/ad1ee830151d9db8955690a316f9d0a236747dad/aigle/units/page-all-pricedown/prod-2018-12-24-reports/README.md
Sorry, something went wrong.
@junhuif I'm working on it.
lifenod
Successfully merging a pull request may close this issue.
From: #12 (review)
The text was updated successfully, but these errors were encountered: