Replies: 1 comment 4 replies
-
Looks like we need to add the exporter jar to our classloader docs here though do check out what's in the "Agent classloader" But the quick answer should be that you don't need to do any shading - we apply shading at runtime in the classloader The parent of the exporter is the agent classloader So it includes the OpenTelemetry SDK and exporters, meaning it also includes gRPC. I think that means that you would want to shade gRPC + protobuf to not conflict with what's in there, but you could get something back by not including the OTel API / SDK. Not entirely sure on it though, @trask can you confirm? |
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
-
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:
Beta Was this translation helpful? Give feedback.
All reactions