Browse Source

Polish "Introduce properties for configuring the OpenTelemetry BatchSpanProcessor"

See gh-44655
pull/44718/head
Moritz Halbritter 10 months ago
parent
commit
79030e6b5f
  1. 3
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/TracingProperties.java

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

@ -333,7 +333,8 @@ public class TracingProperties { @@ -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;

Loading…
Cancel
Save