RaigorJiang opened a new pull request, #18189: URL: https://github.com/apache/shardingsphere/pull/18189
In the agent, the plugin loader is responsible for loading plugins resources. Now, the plugin loader has only one implementation: `ApmPluginLoader`. It actually loads all plugins, including metrics, tracing, logging, etc., and prints logs when the Proxy starts: ```` [main] o.a.s.a.core.plugin.ApmPluginLoader - Loaded jar shardingsphere-agent-metrics-prometheus-5.1.2-SNAPSHOT.jar [main] o.a.s.a.core.plugin.ApmPluginLoader - Loaded jar shardingsphere-agent-tracing-zipkin-5.1.2-SNAPSHOT.jar [main] o.a.s.a.core.plugin.ApmPluginLoader - Loaded jar shardingsphere-agent-tracing-opentracing-5.1.2-SNAPSHOT.jar [main] o.a.s.a.core.plugin.ApmPluginLoader - Loaded jar shardingsphere-agent-tracing-jaeger-5.1.2-SNAPSHOT.jar [main] o.a.s.a.core.plugin.ApmPluginLoader - Loaded jar shardingsphere-agent-tracing-opentelemetry-5.1.2-SNAPSHOT.jar [main] o.a.s.a.core.plugin.ApmPluginLoader - Loaded jar shardingsphere-agent-logging-base-5.1.2-SNAPSHOT.jar [main] o.a.s.a.core.plugin.ApmPluginLoader - Load plugin: Logging ```` I think `Apm` might confuse users, so it would be better to call `AgentPluginLoader`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
