Closed gquintana closed 3 years ago
Hi! Do you have a small sample that reproduces this problem? It will be easier for us to fix this if you have one
So I tested that the OTLP GRPC exporter gets registered properly, the problem was with the logging one. A property needed to be explicitly added which doesn't make sense. So I've changed that.
@marcingrzejszczak Any idea when this project will come out of incubation? Since tracing is in GA, as well as otel collector for tracing is also GA, any plans to release a version of sleuth-otel soon?
@sardorn OTel Tracing is not GA; once OTel goes GA we will consider making this GA (or merge it to Sleuth), see the details in https://github.com/spring-cloud-incubator/spring-cloud-sleuth-otel/issues/56#issuecomment-848944920.
Describe the bug SpanReporters are not registered in SdkTracerProvider
reporters.getIfAvailable(ArrayList::new)
returns an empty list during initreporters.getIfAvailable(ArrayList::new)
now returns a list containing to elementsCompositeSpanExporter
The behaviour seems to change depending on the order of Spring beans initialization
Sample