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
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
APM Server now has an autoscaling Elasticsearch output (specialized to the APM data model). We should explore porting their implementation into the shipper with the goal of eliminating the need to manually tune the number of workers and the output batch size.
The initial APM autoscaling implementation was done in elastic/apm-server#9393 and linked to the following tracking issues:
APM Server now has an autoscaling Elasticsearch output (specialized to the APM data model). We should explore porting their implementation into the shipper with the goal of eliminating the need to manually tune the number of workers and the output batch size.
The initial APM autoscaling implementation was done in elastic/apm-server#9393 and linked to the following tracking issues:
When we begin this work we should sync with the APM Server team to come up to speed on the latest state of their autoscaling implementation.