wu-sheng commented on issue #5119: URL: https://github.com/apache/skywalking/issues/5119#issuecomment-956212968
> > > > DBCP, Alibaba Druid([apache/skywalking-java#27](https://github.com/apache/skywalking-java/pull/27)), and HikariCP([apache/skywalking-java#29](https://github.com/apache/skywalking-java/pull/29)) are supported now. > > > > Add this Druid plugins only have trace data. Does this plugin have metrics like jdbc_connections_max? > > > > > > They didn't provide meter reporting. We provided APIs for plugins. https://skywalking.apache.org/docs/skywalking-java/latest/en/setup/service-agent/java-agent/java-plugin-development-guide/#meter-plugin > > import skywalking-sdk dependency, and use skywalking api to report metric when we use java-agent right ? > > import skywalking-sdk dependency No, this isn't this API for. These APIs are designed for plugins, which allow no-code changes from end users. -- 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]
