mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Polish "Introduce properties for configuring the OpenTelemetry BatchSpanProcessor"
See gh-44655
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user