All Classes and Interfaces
Class
Description
A helper abstract class for implementing counters which only need a getCount method.
DefaultMetadata from MP Metrics API does not have a public default constructor, so we use this custom wrapper
for passing metric metadata from processor to recorder and reconstructing the original Metadata instance in runtime code.
Mimics GC metrics from Micrometer.
A JAX-RS filter that computes the REST.request metrics from REST traffic over time.
Quarkus REST does not suffer from the limitations mentioned in
QuarkusRestEasyMetricsFilter so we can
properly use a response filter in order to finish the request.Tag class from MP Metrics API does not have a public default constructor so we use this custom wrapper
for passing tag definitions from processor to recorder and reconstructing the original Tag instances in runtime code.