-
There are instrumentation about grpc in java agent, and grpc is used in the agent code, will this grpc code be modified? |
Beta Was this translation helpful? Give feedback.
Answered by
laurit
Jan 16, 2024
Replies: 1 comment 7 replies
-
Most of the agent code is loaded into separate class loader that is excluded from the instrumentation. Also agent does not include grpc libraries, you can see the list of libraries that are included in the agent in https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/licenses/licenses.md |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
huange7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of the agent code is loaded into separate class loader that is excluded from the instrumentation. Also agent does not include grpc libraries, you can see the list of libraries that are included in the agent in https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/licenses/licenses.md