dingjiefei 717c44ea54 Remove the public from the junit5 test class (#11344) 10 tháng trước cách đây
..
src 717c44ea54 Remove the public from the junit5 test class (#11344) 10 tháng trước cách đây
README.md fae88de680 Implement Apache DBCP2 datasource metrics (#6175) 2 năm trước cách đây
build.gradle.kts 9366e3aedb Muzzle review (#6437) 2 năm trước cách đây

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.