Skip to content
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

Closed
nemesifier opened this issue Dec 2, 2022 · 0 comments · Fixed by #473
Closed

[change] Batch timeseries writes #466

nemesifier opened this issue Dec 2, 2022 · 0 comments · Fixed by #473
Labels
enhancement New feature or request

Comments

@nemesifier
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant