Replies: 1 comment 10 replies
-
Are you also using the otel javaagent? Or is this an SDK-only application? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use your application within a Spring Boot app. I am trying to incorporate a custom IDGenerator but can't seem to get it to work. This is a sample code I have:
Configuration of SDK:
@configuration
public class CustomSdkTracerProviderConfiguration {
}
Usage:
Span.current().getSpanContext().getTraceId();
Is there something I am missing here? I wasn't able to find great examples of how to register custom classes into your SDK.
Beta Was this translation helpful? Give feedback.
All reactions