Skip to content

Commit 79030e6

Browse files
committed
Polish "Introduce properties for configuring the OpenTelemetry BatchSpanProcessor"
See gh-44655
1 parent ea48221 commit 79030e6

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/TracingProperties.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ public static class Export {
333333
private int maxBatchSize = 512;
334334

335335
/**
336-
* Maximum number of Spans that are kept in the queue before start dropping.
336+
* Maximum number of spans that are kept in the queue before they will be
337+
* dropped.
337338
*/
338339
private int maxQueueSize = 2048;
339340

0 commit comments

Comments
 (0)