Class MetricsRequestEventListener

java.lang.Object
io.micrometer.core.instrument.binder.jersey.server.MetricsRequestEventListener
All Implemented Interfaces:
org.glassfish.jersey.server.monitoring.RequestEventListener

@Deprecated public class MetricsRequestEventListener extends Object implements org.glassfish.jersey.server.monitoring.RequestEventListener
Deprecated.
since 1.13.0 use the jersey-micrometer module in the Jersey project instead
RequestEventListener recording timings for Jersey server requests.
Since:
1.8.0
  • Constructor Details

  • Method Details

    • onEvent

      public void onEvent(org.glassfish.jersey.server.monitoring.RequestEvent event)
      Deprecated.
      Specified by:
      onEvent in interface org.glassfish.jersey.server.monitoring.RequestEventListener