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 has been 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:
A proof of concept of an autoscaling Elasticsearch output based on the work the APM team has done.
The ideal outcome is a demo showing that more Elasticsearch output workers are created as the rate of shipper data ingestion increases, with the number of workers then decreasing as the data ingestion rate decreases.
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.
The text was updated successfully, but these errors were encountered: