Another part of #932 In this PR I changed all the library instrumentation packages -- these are breaking changes, so I figured the earlier we do this the less painful it'll be to the users. I know that at least some of them are actively used, so we'll need to spell this out in the release notes. --------- Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle.kts |
README.md
Auto-instrumentation for Apache DBCP
Provides OpenTelemetry auto-instrumentation for Apache DBCP.
This auto-instrumentation uses MBeanRegistration
methods for lifecycle detection, therefore it
only activates if the BasicDataSource
is registered to an MBeanServer
. If using Spring Boot,
this happens automatically as all Spring beans that support JMX registration are automatically
registered by default.