Skip to content

Commit

Permalink
[#noissue] Refactor MicrometerMonitor permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehong-kim committed Sep 26, 2024
1 parent da8f975 commit 23b9ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ private void addPermissionToValueAnnotation(JavaModule agentModule) {
agentModule.addOpens("com.navercorp.pinpoint.profiler.instrument.config", bootstrapModule);
agentModule.addOpens("com.navercorp.pinpoint.profiler.plugin.config", bootstrapModule);
agentModule.addOpens("com.navercorp.pinpoint.profiler.context.monitor.config", bootstrapModule);

agentModule.addOpens("com.navercorp.pinpoint.profiler.context.grpc.config", bootstrapModule);
agentModule.addOpens("com.navercorp.pinpoint.grpc.client.config", bootstrapModule);
agentModule.addOpens("com.navercorp.pinpoint.profiler.micrometer.config", bootstrapModule);
}

private JavaModule newAgentModule(ClassLoader classLoader, URL[] jarFileList) {
Expand Down

0 comments on commit 23b9ac8

Please sign in to comment.