Package org.fcrepo.http.commons.metrics
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 Summary
Constructors Constructor Description MicrometerFeature()
-
-
-
Constructor Detail
-
MicrometerFeature
public MicrometerFeature()
-
-
Method Detail
-
configure
public boolean configure(javax.ws.rs.core.FeatureContext context)
- Specified by:
configure
in interfacejavax.ws.rs.core.Feature
-
-