Files
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
..
2023-01-26 21:45:57 -08:00
2023-01-26 20:36:38 -08:00
2023-01-18 16:31:53 -08:00
2023-01-12 16:13:26 +01:00
2023-01-16 12:03:03 +01:00
2023-01-26 20:36:25 -08:00
2023-01-26 21:45:57 -08:00