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
You can reduce the payload size by decreasing the flush interval in the agents.
However, it doesn't look like all agents support flush interval. For example, Java agent no longer provides this configuration option (elastic/apm-agent-java#571).
It will be helpful to specify the agents that are still using the older protocol in this part of the documentation (i.e., still supports flush interval configuration). Thx!
The text was updated successfully, but these errors were encountered:
Only the .NET agent supports the FlushInterval setting. All other agents support api_request_size. As the unit for that setting is bytes, not the event count, and it's already set to a relatively modest value, I don't api_request_size needs to be called out in the docs anymore. @axw, would you agree?
@elastic/dotnet are there plans to support api_request_size/api_request_time?
As the unit for that setting is bytes, not the event count, and it's already set to a relatively modest value, I don't api_request_size needs to be called out in the docs anymore. @axw, would you agree?
elastic/dotnet are there plans to support api_request_size/api_request_time?
Yes, we discussed this back then and the plan was to have the same settings as other agents do - for that we need a few changes on how the agent sends data. Issue: elastic/apm-agent-dotnet#366
https://www.elastic.co/guide/en/apm/server/master/tune-apm-server.html#reduce-payload-size
However, it doesn't look like all agents support flush interval. For example, Java agent no longer provides this configuration option (elastic/apm-agent-java#571).
It will be helpful to specify the agents that are still using the older protocol in this part of the documentation (i.e., still supports flush interval configuration). Thx!
The text was updated successfully, but these errors were encountered: