Replies: 1 comment 3 replies
-
Hey Josh...this is probably a topic for the instrumentation repository. :). https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions |
Beta Was this translation helpful? Give feedback.
3 replies
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'm trying to make sure the Google Cloud auto exporters align with the direction the community has taken the past few months around classloaders, shading and stability.
Specifically:
-Dotel.exporter.jar
? I'd like to know what I need to shade on my end to avoid possible conflicts with shared classes between exporter + agent jar. AFAIK exporters are loaded in their own classloader, but I was curious if you're using a filtered-parent for JUST the API/SDK or just "everything in the agent".Also, let me know if I should be asking this in a different repository. I'm asking here as I was hoping the documentation for "Implementing an Exporter" would live near the SDK interface for it, but I can move this to the java-instrumentation repo.
Beta Was this translation helpful? Give feedback.
All reactions