Skip to content
Discussion options

You must be logged in to vote

Hi @Vail-X! I'm Dosu and I’m helping the jaeger team.

A default Jaeger Collector setup is likely to be overwhelmed if you have tens or hundreds of applications sending traces directly, because the default queue size (2000) and worker count (50) are tuned for modest workloads. Under high load, the collector can drop spans when its internal queue fills up, and you may see errors or increased latency. You can tune these parameters—queue size, number of workers, and enable dynamic queue sizing—to increase ingestion capacity, but you’ll also need to provision enough CPU and memory resources for the collector pods [source].

Horizontal scaling (increasing replicaCount) is recommended, since the…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Vail-X
Comment options

You must be logged in to vote
5 replies
@yurishkuro
Comment options

@Vail-X
Comment options

@Vail-X
Comment options

@yurishkuro
Comment options

@Vail-X
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants