opentelemetry-java-instrume.../instrumentation/apache-dbcp-2.0/javaagent
Mateusz Rzeszutek 4fd52c5a7c
Encode version in library instrumentations' package names (#7764)
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>
2023-02-14 23:25:59 +00:00
..
src Encode version in library instrumentations' package names (#7764) 2023-02-14 23:25:59 +00:00
README.md Implement Apache DBCP2 datasource metrics (#6175) 2022-06-15 15:00:46 -07:00
build.gradle.kts Muzzle review (#6437) 2022-08-08 08:29:14 -07:00

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.