Class MicrometerFeature

java.lang.Object
org.fcrepo.http.commons.metrics.MicrometerFeature
All Implemented Interfaces:
javax.ws.rs.core.Feature

public class MicrometerFeature extends Object implements javax.ws.rs.core.Feature
Enables Micrometer metrics on Jersey APIs (still must be annotated with @Timed)
Author:
pwinckles
  • Constructor Details

  • Method Details

    • configure

      public boolean configure(javax.ws.rs.core.FeatureContext context)
      Specified by:
      configure in interface javax.ws.rs.core.Feature