-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show programmatic config of spring otlp exporter #378
Conversation
spring-native/src/main/java/io/opentelemetry/example/graal/Application.java
Outdated
Show resolved
Hide resolved
private static class OtlpSpanExporterProvider | ||
implements ConfigurableSpanExporterProvider, AutoConfigureListener { | ||
|
||
private final AtomicReference<MeterProvider> meterProviderRef = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain the concurrency issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No concurrency issue - this is just copied from the SDK auto config.
@jeanbisutti can you check again? |
LGTM Thanks! |
No description provided.