Class SessionFactoryInstrumentation.SessionFactoryAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.hibernate.v6_0.SessionFactoryInstrumentation.SessionFactoryAdvice
Enclosing class:
SessionFactoryInstrumentation

public static class SessionFactoryInstrumentation.SessionFactoryAdvice extends Object
  • Constructor Details

    • SessionFactoryAdvice

      public SessionFactoryAdvice()
  • Method Details

    • openSession

      @OnMethodExit(suppress=java.lang.Throwable.class) public static void openSession(@Return org.hibernate.SharedSessionContract session)