You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/_configprops.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
|spring.sleuth.otel.log.exporter.enabled | `false` | Enable log exporter for OTel.
19
19
|spring.sleuth.otel.log.slf4j.enabled | `false` | Enable slf4j support for OTel.
20
20
|spring.sleuth.otel.multiple-tracer-configs-detector-enabled | `true` | Enable detection of autoconfiguration for multiple tracers (i.e.: Brave and OTel); only one of them should be used.
21
+
|spring.sleuth.otel.processor.batch.exporter-timeout | | Exporter timeout in millis.
22
+
|spring.sleuth.otel.processor.batch.max-export-batch-size | | Max export batch size.
23
+
|spring.sleuth.otel.processor.batch.max-queue-size | | Max queue size.
24
+
|spring.sleuth.otel.processor.batch.schedule-delay | | Schedule delay in millis.
21
25
|spring.sleuth.otel.propagation.composite-text-map-propagator.enabled | `true` | Enable a composite text map propagator that can combine multiple propagation types into a single text map propagator.
22
26
|spring.sleuth.otel.propagation.sleuth-baggage.enabled | `true` | Enable propagating baggage in a Sleuth compatible way (baggage key & value pair means e.g. a key & value HTTP pair).
Copy file name to clipboardExpand all lines: spring-cloud-sleuth-otel-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/otel/OtelAutoConfiguration.java
0 commit comments