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

Add batching for line protocol input #110

Closed
srebhan opened this issue Oct 9, 2024 · 1 comment · Fixed by #112
Closed

Add batching for line protocol input #110

srebhan opened this issue Oct 9, 2024 · 1 comment · Fixed by #112
Assignees
Milestone

Comments

@srebhan
Copy link
Contributor

srebhan commented Oct 9, 2024

Use Case

When writing data to InfluxDB continuously it is preferable to send those metrics as batches for performance reasons. However, currently the API does not support automatic batching of line protocol data.

Expected behavior

Be able to batch line-protocol data similar to #107

Actual behavior

No such feature

Additional info

No response

@srebhan
Copy link
Contributor Author

srebhan commented Oct 9, 2024

Clarify if line protocol input is a big string or a slice of strings or byte array.

@bednar bednar assigned bednar and karel-rehor and unassigned karel-rehor and bednar Oct 16, 2024
@bednar bednar mentioned this issue Nov 6, 2024
6 tasks
@bednar bednar added this to the 0.14.0 milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants