Skip to content

Commit

Permalink
Merge pull request #34474 from geoand/#33407
Browse files Browse the repository at this point in the history
Fix span export issue when user provided SpanProcessor beans exist
  • Loading branch information
geoand authored Jul 3, 2023
2 parents 0d4f4da + bfecf76 commit 8bcd0a9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
import jakarta.enterprise.inject.Produces;
import jakarta.inject.Singleton;

import io.quarkus.arc.DefaultBean;

@Deprecated
@Singleton
public class OtlpExporterProvider {
@Produces
@Singleton
@DefaultBean
public LateBoundBatchSpanProcessor batchSpanProcessorForOtlp() {
return new LateBoundBatchSpanProcessor();
}
Expand Down

0 comments on commit 8bcd0a9

Please sign in to comment.