Hi, I've been having problems with the queue being full, and I know that I can set the queue size manually, but: How can I see the number of events currently in the queue? Can I check it through the API?
The queue size can be monitored and graphed in stack monitoring with monitoring enabled - using xpack.monitoring.enabled: true
(or just monitoring.enabled
in 7.x+).
These metrics are also exposed at http://apm-server:$port/debug/vars
with the --httpprof :$port command line flag.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.