|
il y a 2 ans | |
---|---|---|
.. | ||
src | il y a 2 ans | |
README.md | il y a 2 ans | |
build.gradle.kts | il y a 2 ans |
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.