Class 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
    • Method Detail

      • configure

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