Loading complicated authentication dependencies when using TraceConfiguration and AutoConfigurationCustomizerProvider #11930
Unanswered
greenhsu123
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@greenhsu123 could you elaborate on the exact problem are you facing? The AutoConfigurationCustomizerProvider lets you customize the OpenTelemetry instance used by the Java Agent. I believe your implementation of this interface is what gets loaded by the agent. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are having difficulties making sure various authentication dependencies (own + third party) for TraceConfiguration are being loaded correctly by class loaders when the TraceConfiguration is being passed to AutoConfigurationCustomizerProvider. What is everyone doing in this space?
Beta Was this translation helpful? Give feedback.
All reactions