Implementing custom authenticator (extension) in java , and configure it in otel java instrumentation #5993
Unanswered
shadow0wolf
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I don't think we have any specification about what we need to support in the core libraries in this regard. Do you know if there is a specification requirement to provide extension points on exporters? [I assume this is related to exporters authenticating to the collector. please correct if I'm wrong]. |
Beta Was this translation helpful? Give feedback.
1 reply
-
hi @shadow0wolf, is this the same as #5959? thx |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement a custom client authenticator extension in otel-java-sdk , i have done this as a serverAuthenticator in golang on otel collector but i am not able to find any documentation on how to do this for otl-java-sdk .
Beta Was this translation helpful? Give feedback.
All reactions