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
I was reading through the Elastic APM documentation and found that starting from version 8.5.0, the APM Server supports asynchronous processing of batches. According to the documentation, you can request asynchronous processing by setting the async query parameter to true in the POST request to the intake/v2/events endpoint:
Hi @anoopprasad what is your use case and ultimate goal of setting async=true? The requests to the APM server are done within the internal transport layer of the APM agent, in a background thread. It's not part of the public API of the APM agent so I'm wondering what you're trying to achieve. Let me know!
Hi Everyone,
I was reading through the Elastic APM documentation and found that starting from version 8.5.0, the APM Server supports asynchronous processing of batches. According to the documentation, you can request asynchronous processing by setting the
async
query parameter totrue
in the POST request to theintake/v2/events
endpoint:My question is, how can we configure the Ruby APM agent to set
async=true
when sending data to the APM Server?The text was updated successfully, but these errors were encountered: