The unit of the max_queue_size reporter config option

Hi,

What is the unit of the max_queue_size configuration option ?
Is it a number of events or an absolute size in Ko/Mo ??

It is a number of events.

from what I see in https://github.com/elastic/apm-agent-java/blob/c0d561735997b528e7f0bd964e27c66562f86a05/apm-agent-core/src/main/java/co/elastic/apm/agent/impl/ElasticApmTracer.java

It seems that there is 3 pools of objects : transactionPool, spanPool and errorPool with a total size of 5 times the max_queue_size

You should see in ApmServerReporter

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.