Polish "Introduce properties for configuring the OpenTelemetry BatchSpanProcessor"

See gh-44655
This commit is contained in:
Moritz Halbritter
2025-03-13 10:21:19 +01:00
parent ea4822177f
commit 79030e6b5f

View File

@@ -333,7 +333,8 @@ public class TracingProperties {
private int maxBatchSize = 512;
/**
* Maximum number of Spans that are kept in the queue before start dropping.
* Maximum number of spans that are kept in the queue before they will be
* dropped.
*/
private int maxQueueSize = 2048;