spring-boot/spring-boot-project
Marcin Grzejszczak 06aec1a9bf Adds CompositeSpanExporter
Micrometer Tracing comes with 3 generic interfaces, SpanExportingPredicate,
SpanReporter and SpanFilter, thanks to which you can decide whether you
want to export a span, how you want to report it and how to mutate it
regardless of which tracer library you are using.

Without this change usage of these 3 interfaces is not possible
for OpenTelemetry.

With this change we're putting all SpanExporters to the
CompositeSpanExporter and apply the exporters only after predicates,
filtering and reporting took place.

See gh-34002
2023-01-31 10:11:20 +01:00
..
spring-boot Merge branch '3.0.x' 2023-01-26 21:45:57 -08:00
spring-boot-actuator Use try with close 2023-01-26 20:36:38 -08:00
spring-boot-actuator-autoconfigure Adds CompositeSpanExporter 2023-01-31 10:11:20 +01:00
spring-boot-autoconfigure Merge branch '3.0.x' 2023-01-26 21:45:57 -08:00
spring-boot-dependencies Add property headers in OtlpProperties 2023-01-31 09:37:39 +01:00
spring-boot-devtools
spring-boot-docs Merge branch '2.7.x' into 3.0.x 2023-01-26 17:38:02 -08:00
spring-boot-parent
spring-boot-starters
spring-boot-test Use instanceof patterns 2023-01-26 20:36:25 -08:00
spring-boot-test-autoconfigure
spring-boot-tools Merge branch '3.0.x' 2023-01-26 21:45:57 -08:00