-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
[change] Batch timeseries writes #466
Labels
enhancement
New feature or request
Comments
pandafy
added a commit
that referenced
this issue
Dec 27, 2022
3 tasks
pandafy
added a commit
that referenced
this issue
Dec 27, 2022
pandafy
added a commit
that referenced
this issue
Dec 28, 2022
pandafy
added a commit
that referenced
this issue
Jan 2, 2023
pandafy
added a commit
that referenced
this issue
Jan 18, 2023
nemesifier
pushed a commit
that referenced
this issue
Jan 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to batch timeseries writes and instead of writing each metric singularly find a way to batch them and hence each call to the monitoring API view to write data would generate only 1 celery task instead of many, and that celery task would then write to influxdb only once using the fastest method available (#458).
The text was updated successfully, but these errors were encountered: