Class AgroalOpenTelemetryWrapper

java.lang.Object
io.quarkus.agroal.runtime.AgroalOpenTelemetryWrapper
All Implemented Interfaces:
Function<io.agroal.api.AgroalDataSource,io.agroal.api.AgroalDataSource>

public class AgroalOpenTelemetryWrapper extends Object implements Function<io.agroal.api.AgroalDataSource,io.agroal.api.AgroalDataSource>
  • Constructor Details

    • AgroalOpenTelemetryWrapper

      public AgroalOpenTelemetryWrapper()
  • Method Details

    • apply

      public io.agroal.api.AgroalDataSource apply(io.agroal.api.AgroalDataSource originalDataSource)
      Specified by:
      apply in interface Function<io.agroal.api.AgroalDataSource,io.agroal.api.AgroalDataSource>