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
As ES indexing moved from libbeat to docappender a long time ago, we no longer get "queue is full" log messages when apm-server internal buffer is full.
With docappender, we may / may not have metrics available to identify ES backpressure. Confirm whether existing metrics are good enough. Backpressure may come in a form of 429, or increased ES latency.
Either way, ensure that there is documentation on how to identify and troubleshoot such scenario.
The goal here is to reduce the time and effort needed to identify ES backpressure from apm-server PoV, and possibly enable apm-server user to self-service.
As ES indexing moved from libbeat to docappender a long time ago, we no longer get "queue is full" log messages when apm-server internal buffer is full.
The goal here is to reduce the time and effort needed to identify ES backpressure from apm-server PoV, and possibly enable apm-server user to self-service.
Additional context:
The text was updated successfully, but these errors were encountered: