Class OpenTelemetryAgroalDataSource

java.lang.Object
io.quarkus.agroal.runtime.OpenTelemetryAgroalDataSource
All Implemented Interfaces:
io.agroal.api.AgroalDataSource, Serializable, AutoCloseable, Wrapper, CommonDataSource, DataSource

public class OpenTelemetryAgroalDataSource extends Object implements io.agroal.api.AgroalDataSource
The AgroalDataSource wrapper that activates OpenTelemetry JDBC instrumentation.

Uses composition to wrap an OpenTelemetryDataSource (for instrumented connections) while delegating AgroalDataSource-specific operations to the original data source.

See Also: