You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very convenient to have an asynchronous send client, that could buffer data points and send them as a batch, like in the sample below.
The async client could have a param (max_datapoints_in_mem) that controls the max number of data points to keep in memory. A send is triggered if the memory limit is reached.
The client could have another param (max_wait_time) that controls the max amount of time to buffer the points locally before sending. A send is triggered if the wait time is reached.
It would be very convenient to have an asynchronous send client, that could buffer data points and send them as a batch, like in the sample below.
The async client could have a param (
max_datapoints_in_mem
) that controls the max number of data points to keep in memory. A send is triggered if the memory limit is reached.The client could have another param (
max_wait_time
) that controls the max amount of time to buffer the points locally before sending. A send is triggered if the wait time is reached.The text was updated successfully, but these errors were encountered: