Class | Description |
---|---|
MetricsFilterRegistration | |
MicroProfileMetricsEndpoint |
This is not a JAXRS endpoint but a regular servlet because the Smallrye handler does the remaining job
|
MicroProfileMetricsRegistration |
Responsible for adding the SmallRye metrics filter in the chain to catch all servlet + JAX RS calls.
|
VendorMetrics |
This class exposes various vendor-specific metrics
Our vendor specific stuff typically lives in openejb.management in JMX
We have a slight issue that it doesn't look like we
can tie it back to application (at the moment at least),
so we probably just need to scrape everything each time.
|